#include <oski/matrix.h>
#include <oski/lua.h>
Go to the source code of this file.
Name mangling. | |
#define | oski_ReplaceTunedMatRepr MANGLE_(oski_ReplaceTunedMatRepr) |
#define | oski_FreeInputMatRepr MANGLE_(oski_FreeInputMatRepr) |
Defines | |
#define | INC_OSKI_XFORMS_H |
oski/xforms.h included. | |
Functions | |
int | oski_ReplaceTunedMatRepr (oski_matrix_t A, oski_matspecific_t *new_mat, const char *xforms) |
Replace a matrix's tuned representation with a new one. | |
int | oski_FreeInputMatRepr (oski_matrix_t A) |
If the given matrix has a valid tuned representation and does not share its input representation, then this routine destroys the input matrix representation. |
|
If the given matrix has a valid tuned representation and does not share its input representation, then this routine destroys the input matrix representation.
|
|
Replace a matrix's tuned representation with a new one.
If A is invalid, this function returns ERR_BAD_MAT. |