My Project
|
This file defines the OSMatrix class along with its supporting classes. More...
#include "OSMatrix.h"
#include "OSGeneral.h"
#include "OSParameters.h"
#include "OSErrorClass.h"
#include "OSMathUtil.h"
#include "OSBase64.h"
#include "OSOutput.h"
#include "OSgLWriter.h"
#include <iostream>
#include <sstream>
Go to the source code of this file.
Functions | |
LinearMatrixElement * | convertToLinearMatrixElement (double val) |
Some methods to convert one type of matrix element into another. | |
LinearMatrixElement * | convertToLinearMatrixElement (int varref) |
ScalarExpressionTree * | convertToGeneralMatrixElement (double val) |
ScalarExpressionTree * | convertToGeneralMatrixElement (int refIdx, bool varRef) |
ScalarExpressionTree * | convertToGeneralMatrixElement (LinearMatrixElement *linearExpr) |
ScalarExpressionTree * | convertToGeneralMatrixElement (ConReferenceMatrixElement *val) |
ConReferenceMatrixElement * | convertToConReferenceMatrixElement (int objref) |
This file defines the OSMatrix class along with its supporting classes.
Definition in file OSMatrix.cpp.
LinearMatrixElement * convertToLinearMatrixElement | ( | double | val | ) |
Some methods to convert one type of matrix element into another.
Definition at line 6632 of file OSMatrix.cpp.
LinearMatrixElement * convertToLinearMatrixElement | ( | int | varref | ) |
Definition at line 6648 of file OSMatrix.cpp.
ScalarExpressionTree * convertToGeneralMatrixElement | ( | double | val | ) |
Definition at line 6667 of file OSMatrix.cpp.
ScalarExpressionTree * convertToGeneralMatrixElement | ( | int | refIdx, |
bool | varRef ) |
Definition at line 6689 of file OSMatrix.cpp.
ScalarExpressionTree * convertToGeneralMatrixElement | ( | LinearMatrixElement * | linearExpr | ) |
Definition at line 6718 of file OSMatrix.cpp.
ScalarExpressionTree * convertToGeneralMatrixElement | ( | ConReferenceMatrixElement * | val | ) |
Definition at line 6767 of file OSMatrix.cpp.
ConReferenceMatrixElement * convertToConReferenceMatrixElement | ( | int | objref | ) |
Definition at line 6780 of file OSMatrix.cpp.