linbox
BlasMatrixDomainLeftSolve< Operand1, Matrix, Operand2 > Class Template Reference

#include <blas-matrix-domain.h>

Public Member Functions

Operand1 & operator() (Operand1 &X, const Matrix &A, const Operand2 &B) const
 
Operand1 & operator() (const Matrix &A, Operand1 &B) const
 

Detailed Description

template<class Operand1, class Matrix, class Operand2 = Operand1>
class LinBox::BlasMatrixDomainLeftSolve< Operand1, Matrix, Operand2 >

Class handling resolution of linear system of a Matrix. with Operand as right or left and side

only function: operator () are defined :

  • X = A^(-1).B
  • B = A^(-1).B

Member Function Documentation

◆ operator()() [1/2]

template<class Operand1, class Matrix, class Operand2>
Operand1 & operator() ( Operand1 & X,
const Matrix & A,
const Operand2 & B ) const

◆ operator()() [2/2]

template<class Operand1, class Matrix, class Operand2>
Operand1 & operator() ( const Matrix & A,
Operand1 & B ) const

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