Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ PEXMatrixMult(3) — Open3D 4.96

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PEXMatrixMult(3)  —  Subroutines

Name

PEXMatrixMult

Synopsis

void PEXMatrixMult(PEXMatrix matrix1, PEXMatrix matrix2, PEXMatrix matrix_return)

Arguments

matrix1first matrix to be multiplied

matrix2second matrix to be multiplied

matrix_return
matrix into which result is stored

Returns

None

Description

Performs a matrix multiplication:  matrix = matrix1 X matrix2

If the return matrix is the same as one of the input matrices, the function will overwrite the input values with the multiplied values. 

Errors

None

See Also

PEXMatrixMult2D

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026