Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

matinv.h File Reference

#include "vnodecnf.h"

Functions

void OrthogonalInverse ( INTERVAL_MATRIX & A, const MATRIX & B )
 Encloses the inverse of a floating point approximation to an orthogonal matrix. More...

void Inverse ( INTERVAL_MATRIX & A, const MATRIX & B )
 Encloses the inverse of a matrix. More...


Function Documentation

void OrthogonalInverse ( INTERVAL_MATRIX & A,
const MATRIX & B )
 

Encloses the inverse of a floating point approximation to an orthogonal matrix.

Parameters:
B   a square matrix
A   (output) an enclosure of the inverse of B

void Inverse ( INTERVAL_MATRIX & A,
const MATRIX & B )
 

Encloses the inverse of a matrix.

The function computes an enclosure of the inverse of a matrix. If such an enclosure cannot be computed, then an error message is printed at the execution terminates.

Parameters:
B   a square point matrix
A   (output) an enclosure of the inverse of B, if such an enclosure can be computed

Precondition:
RowDimension(A)==ColDimension(A) &&
RowDimension(B)==ColDimension(B) &&
RowDimension(A)==RowDimension(B) &&
RowDimension(A)>0


Generated at Sun Oct 14 12:45:41 2001 for VNODE by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000