#include <BigMatrix.h>
Public Member Functions | |
| void | Detach () |
| LargeVector (const LargeVector &B) | |
| LargeVector (const LargeVectorAttach &B) | |
| LargeVector (long N) | |
| LargeVector () | |
| ~LargeVector () | |
Definition at line 131 of file BigMatrix.h.
| LargeVector | ( | ) |
Definition at line 302 of file BigMatrix.cpp.
References LargeVectorAttach::data, and LargeVectorAttach::n.
| LargeVector | ( | long | N | ) |
Definition at line 308 of file BigMatrix.cpp.
References LargeVectorAttach::data, LargeVectorAttach::n, and LargeVectorAttach::Zero().
| LargeVector | ( | const LargeVectorAttach & | B | ) |
Definition at line 315 of file BigMatrix.cpp.
References Array::Copy(), LargeVectorAttach::data, LargeVectorAttach::DataPtr(), LargeVectorAttach::n, and LargeVectorAttach::N().
| LargeVector | ( | const LargeVector & | B | ) |
Definition at line 322 of file BigMatrix.cpp.
References Array::Copy(), LargeVectorAttach::data, LargeVectorAttach::DataPtr(), LargeVectorAttach::n, and LargeVectorAttach::N().
| ~LargeVector | ( | ) |
Definition at line 334 of file BigMatrix.cpp.
References LargeVectorAttach::data.
| void Detach | ( | ) |
Definition at line 329 of file BigMatrix.cpp.
References LargeVectorAttach::data.
1.6.2