krita
math Namespace Reference
Functions | |
template<class ElType> | |
vector< ElType > | operator * (ElType c, vector< ElType > &v) |
template<class ElType> | |
vector< ElType > | operator * (vector< ElType > &v, ElType c) |
template<class ElType> | |
ostream & | operator<< (ostream &s, vector< ElType > &v) |
template<class ElType> | |
matrix< ElType > | operator * (const ElType &x, const matrix< ElType > &s) |
template<class ElType> | |
matrix< ElType > | operator * (const matrix< ElType > &s, const ElType &x) |
template<class ElType> | |
ostream & | operator<< (ostream &s, matrix< ElType > &m) |
template<class ElType> | |
void | ludcmp (matrix< ElType > &a, vector< int > &indx, double &d) |
template<class ElType> | |
void | lubksb (matrix< ElType > &a, vector< int > &indx, vector< ElType > &b) |