Loading...
Searching...
No Matches
basevectors.h
Go to the documentation of this file.
31/* undefine SOPLEX_DEBUG flag from including files; if SOPLEX_DEBUG should be defined in this file, do so below */
52// ---------------------------------------------------------------------------------------------------------------------
54// ---------------------------------------------------------------------------------------------------------------------
57/** Assigning an SVectorBase to a VectorBase using operator=() will set all values to 0 except the nonzeros of \p vec.
100/** Assigning an SSVectorBase to a VectorBase using operator=() will set all values to 0 except the nonzeros of \p vec.
334}
340// ---------------------------------------------------------------------------------------------------------------------
342// ---------------------------------------------------------------------------------------------------------------------
399 {
476 {
487 }
506 setup();
519SSVectorBase<R>& SSVectorBase<R>::assign2product(const SSVectorBase<S>& x, const SVSetBase<T>& A)
611SSVectorBase<R>& SSVectorBase<R>::assign2product1(const SVSetBase<S>& A, const SSVectorBase<T>& x)
634 }
878 {
940// ---------------------------------------------------------------------------------------------------------------------
942// ---------------------------------------------------------------------------------------------------------------------
1061// ---------------------------------------------------------------------------------------------------------------------
1063// ---------------------------------------------------------------------------------------------------------------------
1133// ---------------------------------------------------------------------------------------------------------------------
1135// ---------------------------------------------------------------------------------------------------------------------
Definition rational.h:229 SVectorBase< R > & operator=(const VectorBase< S > &vec) Assignment operator. Definition basevectors.h:950 VectorBase< R > & multAdd(const S &x, const VectorBase< T > &vec) Addition of scaled vector. Definition vectorbase.h:458 Dynamic sparse vectors. Everything should be within this namespace. std::istream & operator>>(std::istream &s, VectorBase< R > &vec) Definition basevectors.h:1203 VectorBase< R > operator-(const SVectorBase< R > &v, const VectorBase< R > &w) Subtraction. Definition basevectors.h:1161 Debugging, floating point type and parameter definitions. Semi sparse vector. Sparse vectors. Set of sparse vectors. Timer class. Dense vector.
|