Public Member Functions | List of all members
SurgSim::Math::LinearSolveAndInverseDenseMatrix Class Reference

Derivation for dense matrix type. More...

#include <SurgSim/Math/LinearSolveAndInverse.h>

Inheritance diagram for SurgSim::Math::LinearSolveAndInverseDenseMatrix:
SurgSim::Math::LinearSolveAndInverse

Public Member Functions

virtual void operator() (const Matrix &A, const Vector &b, Vector *x=nullptr, Matrix *Ainv=nullptr) override
 Solve a linear system A.x=b and compute the matrix A^-1. More...
 
- Public Member Functions inherited from SurgSim::Math::LinearSolveAndInverse
virtual ~LinearSolveAndInverse ()
 

Detailed Description

Derivation for dense matrix type.

Member Function Documentation

void SurgSim::Math::LinearSolveAndInverseDenseMatrix::operator() ( const Matrix A,
const Vector b,
Vector x = nullptr,
Matrix Ainv = nullptr 
)
overridevirtual

Solve a linear system A.x=b and compute the matrix A^-1.

Parameters
ALinear system matrix
bLinear system right-hand-side
[out]xLinear system unknown (if requested)
[out]AinvLinear system matrix inverse = A^-1 (if requested)

Implements SurgSim::Math::LinearSolveAndInverse.


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