
Go to the documentation of this file.
4 #ifndef _SQFLOATMATRIX_H_
5 #define _SQFLOATMATRIX_H_
SQ_ErrorCode SQ_GetDataFromFloatMatrix(SQ_FloatMatrix pMatrix, int iRow, int iColumn, float *pfVal)
SQ_ErrorCode SQ_GetRowDataFromFloatMatrix(SQ_FloatMatrix pMatrix, int iRow, float *pfVals)
SQ_ErrorCode SQ_SetColumnDataInFloatMatrix(SQ_FloatMatrix pMatrix, int iColumn, const float *pfVals)
SQ_ErrorCode SQ_SetFloatMatrix(SQ_FloatMatrix pMatrix, const float *pfVals)
SQ_ErrorCode SQ_GetColumnDataFromFloatMatrix(SQ_FloatMatrix pMatrix, int iColumn, float *pfVals)
SQ_ErrorCode SQ_TransposeFloatMatrix(SQ_FloatMatrix pMatrix)
SQ_ErrorCode SQ_CopyFloatMatrix(SQ_FloatMatrix pInMatrix, SQ_FloatMatrix *pOutMatrix)
SQ_ErrorCode SQ_GetNumColumnsInFloatMatrix(SQ_FloatMatrix pMatrix, int *piNumCols)
SQ_ErrorCode SQ_GetNumRowsInFloatMatrix(SQ_FloatMatrix pMatrix, int *piNumRows)
struct tagSQ_FloatMatrix * SQ_FloatMatrix
enum SQ_ErrorCodeEnum SQ_ErrorCode
SQ_ErrorCode SQ_InitFloatMatrix(SQ_FloatMatrix *pMatrix, int iRow, int iColumn)
SQ_ErrorCode SQ_GetFloatMatrix(SQ_FloatMatrix pMatrix, float *pfVals)
SQ_ErrorCode SQ_SetRowDataInFloatMatrix(SQ_FloatMatrix pMatrix, int iRow, const float *pfVals)
SQ_ErrorCode SQ_ClearFloatMatrix(SQ_FloatMatrix *pMatrix)
SQ_ErrorCode SQ_SetDataInFloatMatrix(SQ_FloatMatrix pMatrix, int iRow, int iColumn, float fVal)
Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen