File numerics/src/tools/cond.h

Go to the source code of this file

condition number computation

Functions

double cond(double *A, int n, int m)

Compute the conditioning of dense matrix with column major storage.

Parameters
  • A – the matrix to be read

  • n – the number of rows of A

  • m – the number of columns of A

Returns

the condition number