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. More... | |
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 6635 of file OSMatrix.cpp.
LinearMatrixElement* convertToLinearMatrixElement | ( | int | varref | ) |
Definition at line 6651 of file OSMatrix.cpp.
ScalarExpressionTree* convertToGeneralMatrixElement | ( | double | val | ) |
Definition at line 6670 of file OSMatrix.cpp.
ScalarExpressionTree* convertToGeneralMatrixElement | ( | int | refIdx, |
bool | varRef | ||
) |
Definition at line 6692 of file OSMatrix.cpp.
ScalarExpressionTree* convertToGeneralMatrixElement | ( | LinearMatrixElement * | linearExpr | ) |
Definition at line 6721 of file OSMatrix.cpp.
ScalarExpressionTree* convertToGeneralMatrixElement | ( | ConReferenceMatrixElement * | val | ) |
Definition at line 6770 of file OSMatrix.cpp.
ConReferenceMatrixElement* convertToConReferenceMatrixElement | ( | int | objref | ) |
Definition at line 6783 of file OSMatrix.cpp.