void id_mat(MatrixView I)
Identity Matrix.
void linreg(Vector &p, ConstVectorView x, ConstVectorView y)
void lubacksub(VectorView x, ConstMatrixView LU, ConstVectorView b, const ArrayOfIndex &indx)
LU backsubstitution.
Numeric det(ConstMatrixView A)
NUMERIC Numeric
The type to use for all floating point numbers.
A constant view of a Matrix.
void ludcmp(MatrixView LU, ArrayOfIndex &indx, ConstMatrixView A)
LU decomposition.
void matrix_exp(MatrixView F, ConstMatrixView A, const Index &q=10)
General exponential of a Matrix.
Numeric norm_inf(ConstMatrixView A)
Maximum absolute row sum norm.
INDEX Index
The type to use for all integer numbers and indices.
A constant view of a Vector.