get_full_matrixT_get_full_matrixGetFullMatrixGetFullMatrixget_full_matrix (Operator)

Name

get_full_matrixT_get_full_matrixGetFullMatrixGetFullMatrixget_full_matrix — Gibt alle Werte einer Matrix zurück.

Signatur

get_full_matrix( : : MatrixID : Values)

Herror T_get_full_matrix(const Htuple MatrixID, Htuple* Values)

void GetFullMatrix(const HTuple& MatrixID, HTuple* Values)

HTuple HMatrix::GetFullMatrix() const

static void HOperatorSet.GetFullMatrix(HTuple matrixID, out HTuple values)

HTuple HMatrix.GetFullMatrix()

def get_full_matrix(matrix_id: HHandle) -> Sequence[float]

def get_full_matrix_s(matrix_id: HHandle) -> float

Beschreibung

Der Operator get_full_matrixget_full_matrixGetFullMatrixGetFullMatrixGetFullMatrixget_full_matrix gibt die Werte aller Elemente der Matrix, die durch das Matrix Handle MatrixIDMatrixIDMatrixIDMatrixIDmatrixIDmatrix_id gegeben ist, zurück. Der Ausgabeparameter ValuesValuesValuesValuesvaluesvalues ist ein Tupel von Gleitpunktzahlen und beinhaltet alle Werte zeilenweise, d.h. Zeile für Zeile.

Beispiel:

Ausführungsinformationen

Parameter

MatrixIDMatrixIDMatrixIDMatrixIDmatrixIDmatrix_id (input_control)  matrix HMatrix, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Matrix Handle der Eingabematrix.

ValuesValuesValuesValuesvaluesvalues (output_control)  real(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Werte der Matrixelemente.

Ergebnis

Sind die Parameterwerte korrekt, dann liefert get_full_matrixget_full_matrixGetFullMatrixGetFullMatrixGetFullMatrixget_full_matrix den Wert 2 (H_MSG_TRUE). Gegebenenfalls wird eine Fehlerbehandlung durchgeführt.

Vorgänger

create_matrixcreate_matrixCreateMatrixCreateMatrixCreateMatrixcreate_matrix

Nachfolger

clear_matrixclear_matrixClearMatrixClearMatrixClearMatrixclear_matrix

Siehe auch

set_full_matrixset_full_matrixSetFullMatrixSetFullMatrixSetFullMatrixset_full_matrix

Modul

Foundation