4int main(
int argc,
char** argv)
11 stk_cout <<
"Inverse general matrix:\n";
12 stk_cout <<
"-----------------------\n";
14 stk_cout <<
"\nInverse upper-symmetric matrix:\n";
15 stk_cout <<
"-------------------------------\n";
18 stk_cout <<
"\nInverse lower-symmetric matrix:\n";
19 stk_cout <<
"-------------------------------\n";
#define stk_cout
Standard stk output stream.
This file include all the header files of the STK++ project.
LowerSymmetrizeOperator< Derived > const lowerSymmetrize() const
UpperSymmetrizeOperator< Derived > const upperSymmetrize() const
A CArray is a two dimensional array with a continuous storage like a C-array.
hidden::AlgebraTraits< InvertMatrix< Matrix, hidden::Traits< Matrix >::sizeRows_ > >::Result invert(Matrix const &mat)
Utility function allowing to compute the inverse of a matrix.
The namespace STK is the main domain space of the Statistical ToolKit project.
int main(int argc, char **argv)