C++ main module for mmsd Package
1.0
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
include
math
linalg
core
LAP_ConstVector.hpp
Go to the documentation of this file.
1
#ifndef LAP_ConstVector_HPP
2
#define LAP_ConstVector_HPP
3
4
5
using namespace
std
;
6
7
template
<
class
T>
8
LAP_ConstVector<T>::LAP_ConstVector
():
LAP_Object
() {
9
mValues=
null
;
10
mCapacity=0;
11
mIsVectorReference=
false
;
12
}
13
14
15
#endif
std
null
#define null
Definition:
types.h:13
LAP_Object
This class is the base class of all lapack objects.
Definition:
LAP_Object.h:17
LAP_ConstVector::LAP_ConstVector
LAP_ConstVector()
build a vector
Definition:
LAP_ConstVector.hpp:8
Generated on Mon Sep 24 2018 11:48:55 for C++ main module for mmsd Package by
1.8.8