DenseMatrixArithmetics1x1 Class Reference

#include <DenseMatrixArithmeticsNN.h>

Inheritance diagram for DenseMatrixArithmetics1x1:
DenseMatrixArithmetics

List of all members.

Public Member Functions

 DenseMatrixArithmetics1x1 (long n)
virtual void FactorizeBlock (double *A)
void GetInversion (double *pC, double *pA)
void SubATBproduct (double *pC, double *pA, double *pB)
virtual void SubstSolve (double *A, double *b)
virtual void SubstSolveBlock (double *A, double *B)

Detailed Description

Definition at line 127 of file DenseMatrixArithmeticsNN.h.


Constructor & Destructor Documentation

DenseMatrixArithmetics1x1 ( long  n  )  [inline]

Definition at line 130 of file DenseMatrixArithmeticsNN.h.


Member Function Documentation

void FactorizeBlock ( double *  A  )  [virtual]

Reimplemented from DenseMatrixArithmetics.

Definition at line 525 of file DenseMatrixArithmeticsNN.cpp.

References DenseMatrixArithmetics::zero_pivots.

void GetInversion ( double *  pC,
double *  pA 
) [virtual]

Reimplemented from DenseMatrixArithmetics.

Definition at line 520 of file DenseMatrixArithmeticsNN.cpp.

void SubATBproduct ( double *  pC,
double *  pA,
double *  pB 
) [virtual]

Reimplemented from DenseMatrixArithmetics.

Definition at line 515 of file DenseMatrixArithmeticsNN.cpp.

void SubstSolve ( double *  A,
double *  b 
) [virtual]

Reimplemented from DenseMatrixArithmetics.

Definition at line 537 of file DenseMatrixArithmeticsNN.cpp.

void SubstSolveBlock ( double *  A,
double *  B 
) [virtual]

Reimplemented from DenseMatrixArithmetics.

Definition at line 533 of file DenseMatrixArithmeticsNN.cpp.


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2