otemplate<typename T>inline std::ostream& operator<< (std::ostream & s, const FlatBandCholeskyFactors<T> & m)
otemplate<typename T>inline std::ostream& operator<< (std::ostream & s, const CholeskyFactors<T> & m)
oextern void CheckMatRange(int h, int w, int i)
oextern void CheckMatRange(int h, int w, int i, int j)
oinline ostream& operator<< (ostream & ost, const BaseVector & v)
oinline double InnerProduct(const BaseVector & v1, const BaseVector & v2)
otemplate<class SCAL>inline SCAL S_InnerProduct(const BaseVector & v1, const BaseVector & v2)
oinline double L2Norm(const BaseVector & v)
otemplate<int D>inline ostream& operator<< (ostream & ost, const AutoDiff<D> & x)
otemplate<int D>inline AutoDiff<D> operator+ (const AutoDiff<D> & x, const AutoDiff<D> & y) throw()
otemplate<int D>inline AutoDiff<D> operator- (const AutoDiff<D> & x, const AutoDiff<D> & y) throw()
otemplate<int D>inline AutoDiff<D> operator+ (double x, const AutoDiff<D> & y) throw()
otemplate<int D>inline AutoDiff<D> operator+ (const AutoDiff<D> & y, double x) throw()
otemplate<int D>inline AutoDiff<D> operator- (const AutoDiff<D> & x) throw()
otemplate<int D>inline AutoDiff<D> operator- (const AutoDiff<D> & x, double y) throw()
otemplate<int D>inline AutoDiff<D> operator- (double x, const AutoDiff<D> & y) throw()
otemplate<int D>inline AutoDiff<D> operator* (double x, const AutoDiff<D> & y) throw()
otemplate<int D>inline AutoDiff<D> operator* (const AutoDiff<D> & y, double x) throw()
otemplate<int D>inline AutoDiff<D> operator* (const AutoDiff<D> & x, const AutoDiff<D> & y) throw()

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.