Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Functions
LinearSolve.hpp File Reference

Functions for solving linear equations. More...

#include "CDPL/Math/CommonType.hpp"

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Math
 Contains classes and functions related to mathematics.
 

Functions

template<typename E1 , typename E2 >
bool CDPL::Math::solveLower (const MatrixExpression< E1 > &e1, VectorExpression< E2 > &e2)
 
template<typename E1 , typename E2 >
bool CDPL::Math::solveUnitLower (const MatrixExpression< E1 > &e1, VectorExpression< E2 > &e2)
 
template<typename E1 , typename E2 >
bool CDPL::Math::solveLower (const MatrixExpression< E1 > &e1, MatrixExpression< E2 > &e2)
 
template<typename E1 , typename E2 >
bool CDPL::Math::solveUnitLower (const MatrixExpression< E1 > &e1, MatrixExpression< E2 > &e2)
 
template<typename E1 , typename E2 >
bool CDPL::Math::solveUpper (const MatrixExpression< E1 > &e1, VectorExpression< E2 > &e2)
 
template<typename E1 , typename E2 >
bool CDPL::Math::solveUnitUpper (const MatrixExpression< E1 > &e1, VectorExpression< E2 > &e2)
 
template<typename E1 , typename E2 >
bool CDPL::Math::solveUpper (const MatrixExpression< E1 > &e1, MatrixExpression< E2 > &e2)
 
template<typename E1 , typename E2 >
bool CDPL::Math::solveUnitUpper (const MatrixExpression< E1 > &e1, MatrixExpression< E2 > &e2)
 

Detailed Description

Functions for solving linear equations.