Bioplib
Protein Structure C Library
|
#include "MathType.h"
Go to the source code of this file.
Functions | |
void | blMatMult33_33 (REAL a[3][3], REAL b[3][3], REAL out[3][3]) |
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.
The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.
The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.
Definition in file MatMult33_33.c.
[in] | a | Matrix to be multiplied |
[in] | b | Matrix to be multiplied |
[out] | out | Output matrix |
Multiply two 3x3 matrices
Definition at line 99 of file MatMult33_33.c.