Home
last modified time | relevance | path

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

/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_DiagMatrix.h1436 inline ConstDiagMatrixView<T> DiagMatrixViewOf(const GenVector<T>& v) in DiagMatrixViewOf() function
1440 inline ConstDiagMatrixView<T,A> DiagMatrixViewOf( in DiagMatrixViewOf() function
1445 inline ConstDiagMatrixView<T,A> DiagMatrixViewOf(const Vector<T,A>& v) in DiagMatrixViewOf() function
1449 inline DiagMatrixView<T,A> DiagMatrixViewOf(VectorView<T,A> v) in DiagMatrixViewOf() function
1453 inline DiagMatrixView<T,A> DiagMatrixViewOf(Vector<T,A>& v) in DiagMatrixViewOf() function
1457 inline ConstDiagMatrixView<T> DiagMatrixViewOf(const T* m, ptrdiff_t size) in DiagMatrixViewOf() function
1464 inline DiagMatrixView<T> DiagMatrixViewOf(T* m, ptrdiff_t size) in DiagMatrixViewOf() function
1471 inline ConstDiagMatrixView<T> DiagMatrixViewOf( in DiagMatrixViewOf() function
1479 inline DiagMatrixView<T> DiagMatrixViewOf(T* m, ptrdiff_t size, ptrdiff_t step) in DiagMatrixViewOf() function