4int main(
int argc,
char** argv)
#define stk_cout
Standard stk output stream.
This file include all the header files of the STK++ project.
Derivation of the Array2DDiagonal class for square arrays of Real.
Declaration of the lower triangular matrix class.
TransposeOperator< Derived > const transpose() const
Derived & randGauss()
set random values to this using a standard gaussian law.
specialization for the square case.
A CArray is a two dimensional array with a continuous storage like a C-array.
UnaryOperator< SqrtOp< Type >, Derived > sqrt() const
bool cholesky(ExprBase< Lhs > const &A, Array2DDiagonal< typename Lhs::Type > &D, Array2DLowerTriangular< typename Lhs::Type > &L)
Compute the Cholesky decomposition of a symmetric matrix.
Real covariance(ExprBase< XArray > const &X, ExprBase< YArray > const &Y, bool unbiased=false)
Compute the covariance of the variables X and Y.
The namespace STK is the main domain space of the Statistical ToolKit project.
int main(int argc, char **argv)