Bioplib
Protein Structure C Library
|
#include "MathType.h"
Go to the source code of this file.
Functions | |
void | blMatMult3_33 (VEC3F vecin, REAL matin[3][3], VEC3F *vecout) |
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 MatMult3_33.c.
[in] | vecin | Vector to be multiplied |
[in] | matin | Rotation matrix |
[out] | *vecout | Output multiplied vector |
Multiply a 3-vector by a 3x3 matrix
Definition at line 100 of file MatMult3_33.c.