Adapter class for a const std::vector to a linear algebra vector.
More...
#include <linalg.h>
List of all members.
Detailed Description
template<class _TS>
class linalg::__linalg_cvec< _TS >
This adapter class is used to transform a const std::vector to a vector which can be used by the linear algebra operations of the MTL.
Definition at line 847 of file linalg.h.
Member Typedef Documentation
These definitions are all required for the linear algebra vector type.
Definition at line 866 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 868 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 863 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 862 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 870 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 865 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 873 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 878 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 879 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 867 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 861 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 860 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 869 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 875 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 864 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 872 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 877 of file linalg.h.
These definitions are all required for the linear algebra vector type.
Definition at line 859 of file linalg.h.
Member Enumeration Documentation
These definitions are all required for the linear algebra vector type.
- Enumerator:
-
Definition at line 857 of file linalg.h.
Constructor & Destructor Documentation
This is the Standard Constructor
Definition at line 883 of file linalg.h.
This is the Standard Destructor
Definition at line 885 of file linalg.h.
Member Function Documentation
The basic iterator methods are needed for a linear algebra vector and are directly translated.
Definition at line 893 of file linalg.h.
The basic iterator methods are needed for a linear algebra vector and are directly translated.
Definition at line 890 of file linalg.h.
The basic iterator methods are needed for a linear algebra vector and are directly translated.
Definition at line 894 of file linalg.h.
The basic iterator methods are needed for a linear algebra vector and are directly translated.
Definition at line 891 of file linalg.h.
The size method is needed for a linear algebra vector and is directly translated.
Definition at line 899 of file linalg.h.
The documentation for this class was generated from the following file: