List of all members.
Public Member Functions |
| | DtMVector (int a, int bcolumnvector, bool initialize=true, int p=-1) |
| | DtMVector (DtMVector *V, bool copy=false) |
| virtual | ~DtMVector () |
| double | get (int i) |
| bool | set (int i, double val) |
| DtMatrix * | GenerateN (DtMatrix *mata) |
| void | Accumulate (DtMVector *myMatB, double s, DtMatrix *myMatA) |
| int | size () |
| void | unit (int i) |
Public Attributes |
| double * | vec |
Private Attributes |
| double * | myVec |
| int | mySize |
Friends |
| class | DtMatrix |
| class | DtLinearSystem |
| DtMatrix * | DtMatrixMultiply (DtMatrix *m, DtMVector *v, char *s, generic_mm_multflag f) |
| bool | DtIntersectionUniqueSolution (const DtVector &loc1, const DtVector &loc2, const DtDcm &m1, const DtDcm &m2) |
| DtMatrix * | DtMAdd (DtMVector *myMatA, DtMVector *myMatB) |
| DtMatrix * | DtMSubtract (DtMVector *A, DtMVector *myMatB) |
| DtMatrix * | DtMSum (DtMVector *myMatA, DtMVector *myMatB, double s) |
| void | LinearSystem (DtMatrix *myMatA, DtMatrix *myMatB, DtMatrix *myMatC, DtMatrix *myMatD, DtMVector *myMatX, DtMVector *myMatU, DtMVector *myMatY) |
| bool | DtIntersection2 (const DtVector &loc1, const DtVector &loc2, const DtDcm &m1, const DtDcm &m2, DtVector &l1, DtVector &l2) |
Constructor & Destructor Documentation
Member Function Documentation
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: