Home
last modified time | relevance | path

Searched defs:transposeSelf (Results 1 – 8 of 8) sorted by relevance

/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_SimpleMatrix.h286 inline type& transposeSelf() in transposeSelf() function
H A DTMV_DiagMatrix.h788 inline type& transposeSelf() in transposeSelf() function
1006 inline type& transposeSelf() in transposeSelf() function
1297 inline type& transposeSelf() in transposeSelf() function
H A DTMV_Permutation.h358 inline Permutation& transposeSelf() in transposeSelf() function
H A DTMV_SmallMatrix.h563 inline type& transposeSelf() in transposeSelf() function
H A DTMV_BandMatrix.h1656 inline type& transposeSelf() in transposeSelf() function
2252 inline type& transposeSelf() in transposeSelf() function
3069 inline type& transposeSelf() in transposeSelf() function
H A DTMV_Matrix.h2127 inline type& transposeSelf() in transposeSelf() function
/dports/devel/blitz/blitz-1.0.2/blitz/array/
H A Dmethods.cc366 void Array<P_numtype, N_rank>::transposeSelf(int r0, int r1, int r2, int r3, in transposeSelf() function in blitz::Array
/dports/math/tmv/tmv-0.75/src/
H A DTMV_Matrix.cpp827 MatrixView<T,A>& MatrixView<T,A>::transposeSelf() in transposeSelf() function in tmv::MatrixView