Home
last modified time | relevance | path

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

/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_SimpleMatrix.h280 inline type& addToAll(const T& x) in addToAll() function
H A DTMV_DiagMatrix.h782 inline type& addToAll(const T& x) in addToAll() function
1000 inline type& addToAll(const T& x) in addToAll() function
1291 inline type& addToAll(const T& x) in addToAll() function
H A DTMV_SmallVector.h522 inline type& addToAll(const T& x) in addToAll() function
H A DTMV_SmallMatrix.h557 inline type& addToAll(const T& x) in addToAll() function
H A DTMV_BandMatrix.h2246 inline type& addToAll(const T& x) in addToAll() function
3063 inline type& addToAll(const T& x) in addToAll() function
H A DTMV_Vector.h1242 inline type& addToAll(const T& x) in addToAll() function
H A DTMV_Matrix.h2121 inline type& addToAll(const T& x) in addToAll() function
/dports/math/tmv/tmv-0.75/src/
H A DTMV_Vector.cpp973 VectorView<T,A>& VectorView<T,A>::addToAll(const T& x) in addToAll() function in tmv::VectorView
1001 Vector<T,A>& Vector<T,A>::addToAll(const T& x) in addToAll() function in tmv::Vector
H A DTMV_TriMatrix.cpp821 UpperTriMatrixView<T,A>& UpperTriMatrixView<T,A>::addToAll(const T& x) in addToAll() function in tmv::UpperTriMatrixView
H A DTMV_Matrix.cpp810 MatrixView<T,A>& MatrixView<T,A>::addToAll(const T& x) in addToAll() function in tmv::MatrixView
H A DTMV_BandMatrix.cpp1285 BandMatrixView<T,A>& BandMatrixView<T,A>::addToAll(const T& x) in addToAll() function in tmv::BandMatrixView