Functions |
| double | MaxNorm ( const INTERVAL_VECTOR & V ) |
| | Computes the max norm of an interval vector. More...
|
| double | MaxNorm ( const VECTOR & V ) |
| | Computes the max norm of a point vector. More...
|
| double | MaxNorm ( const INTERVAL_MATRIX & M ) |
| | Computes the max norm of an interval matrix. More...
|
| double | MaxNorm ( const MATRIX & ) |
| | Computes the max norm of a point matrix. More...
|
| double | LengthColumn ( const MATRIX & M, int j ) |
| | Compute the Euclidean norm of a column of a point matrix. More...
|
| void | CopyColumn (MATRIX & A, int i, const MATRIX & B, int j) |
| | Copy the j-th column of B to the i-th column of A. More...
|