|
template<class mt , class M , class T > |
ABObj< mt, MatrixInverse< mt, ABObj< mt, M, T >, T >, T > | Inverse (const ABObj< mt, M, T > &obj) |
|
ABObj< sym, MatrixInverse< sym, ABObj< sym, LASymMatrix, double >, double >, double > | Inverse (const ABObj< sym, LASymMatrix, double > &obj) |
| LAPACK Algebra functions specialize the Invert function for LASymMatrix. More...
|
|
int | Invert (LASymMatrix &) |
|
int | Invert_undef_sym (LASymMatrix &) |
|
int | Mndaxpy (unsigned int, double, const double *, int, double *, int) |
|
int | Mndscal (unsigned int, double, double *, int) |
|
int | Mndspmv (const char *, unsigned int, double, const double *, const double *, int, double, double *, int) |
|
template<class atype , class A , class btype , class B , class T > |
ABObj< typename AlgebraicProdType< atype, btype >::Type, ABProd< ABObj< atype, A, T >, ABObj< btype, B, T > >, T > | operator* (const ABObj< atype, A, T > &a, const ABObj< btype, B, T > &b) |
|
template<class T > |
ABObj< sym, MatrixInverse< sym, ABObj< sym, LASymMatrix, double >, double >, double > | operator* (T f, const ABObj< sym, MatrixInverse< sym, ABObj< sym, LASymMatrix, double >, double >, double > &inv) |
|
template<class T > |
ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > | operator* (T f, const ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > &obj) |
|
template<class mt , class M , class T > |
ABObj< mt, M, T > | operator* (T f, const M &obj) |
|
template<class atype , class A , class btype , class B , class T > |
ABObj< typename AlgebraicSumType< atype, btype >::Type, ABSum< ABObj< atype, A, T >, ABObj< btype, B, T > >, T > | operator+ (const ABObj< atype, A, T > &a, const ABObj< btype, B, T > &b) |
|
template<class atype , class A , class btype , class B , class T > |
ABObj< typename AlgebraicSumType< atype, btype >::Type, ABSum< ABObj< atype, A, T >, ABObj< btype, B, T > >, T > | operator- (const ABObj< atype, A, T > &a, const ABObj< btype, B, T > &b) |
|
template<class T > |
ABObj< sym, MatrixInverse< sym, ABObj< sym, LASymMatrix, double >, double >, double > | operator- (const ABObj< sym, MatrixInverse< sym, ABObj< sym, LASymMatrix, double >, double >, double > &inv) |
|
template<class T > |
ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > | operator- (const ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > &obj) |
|
template<class mt , class M , class T > |
ABObj< mt, M, T > | operator- (const M &obj) |
|
template<class T > |
ABObj< sym, MatrixInverse< sym, ABObj< sym, LASymMatrix, double >, double >, double > | operator/ (const ABObj< sym, MatrixInverse< sym, ABObj< sym, LASymMatrix, double >, double >, double > &inv, T f) |
|
template<class T > |
ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > | operator/ (const ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, T >, T >, T > &obj, T f) |
|
template<class mt , class M , class T > |
ABObj< mt, M, T > | operator/ (const M &obj, T f) |
|
std::ostream & | operator<< (std::ostream &, const ContoursError &) |
|
std::ostream & | operator<< (std::ostream &, const FunctionMinimum &) |
|
std::ostream & | operator<< (std::ostream &, const LASymMatrix &) |
|
std::ostream & | operator<< (std::ostream &, const LAVector &) |
|
std::ostream & | operator<< (std::ostream &, const MinimumState &) |
|
std::ostream & | operator<< (std::ostream &, const MinosError &) |
|
std::ostream & | operator<< (std::ostream &, const MnGlobalCorrelationCoeff &) |
|
std::ostream & | operator<< (std::ostream &, const MnMachinePrecision &) |
|
std::ostream & | operator<< (std::ostream &, const MnUserCovariance &) |
|
std::ostream & | operator<< (std::ostream &, const MnUserParameters &) |
|
std::ostream & | operator<< (std::ostream &, const MnUserParameterState &) |
|
void | Outer_prod (LASymMatrix &, const LAVector &, double f=1.) |
|
ABObj< sym, VectorOuterProduct< ABObj< vec, LAVector, double >, double >, double > | Outer_product (const ABObj< vec, LAVector, double > &obj) |
| LAPACK Algebra function specialize the Outer_product function for LAVector;. More...
|
|
template<class M , class T > |
ABObj< sym, VectorOuterProduct< ABObj< vec, M, T >, T >, T > | Outer_product (const ABObj< vec, M, T > &obj) |
|