transpose (3) Linux Manual Page
QuantLib::Matrix – Matrix used in linear algebra. Synopsis const Matrix & operator+= (const Matrix &) const Matrix & operator-= (const Matrix &) const Matrix & operator*= (Real) const Matrix & operator/= (Real) Inherited by Disposable< Matrix >. Public Types typedef Real * iterator typedef const Real * const_iterator typedef boost::reverse_iterator< iterator > reverse_iterator typedef boost::reverse_iterator<…
