Home | History | Annotate | Download | only in fixed

Lines Matching full:matrix

45 /* Factorize square matrix A into LDL form */
47 opus_int32 *A, /* I/O Pointer to Symetric Square Matrix */
48 opus_int M, /* I Size of Matrix */
49 opus_int32 *L_Q16, /* I/O Pointer to Square Upper triangular Matrix */
55 const opus_int32 *L_Q16, /* I Pointer to Lower Triangular Matrix */
56 opus_int M, /* I Dim of Matrix equation */
63 const opus_int32 *L_Q16, /* I Pointer to Lower Triangular Matrix */
64 const opus_int M, /* I Dim of Matrix equation */
77 opus_int32 *A, /* I Pointer to symetric square matrix A */
78 opus_int M, /* I Size of matrix */
117 opus_int32 *A, /* I/O Pointer to Symetric Square Matrix */
118 opus_int M, /* I Size of Matrix */
119 opus_int32 *L_Q16, /* I/O Pointer to Square Upper triangular Matrix */
146 /* Matrix not positive semi-definite, or ill conditioned */
209 const opus_int32 *L_Q16, /* I Pointer to Lower Triangular Matrix */
210 opus_int M, /* I Dim of Matrix equation */
231 const opus_int32 *L_Q16, /* I Pointer to Lower Triangular Matrix */
232 const opus_int M, /* I Dim of Matrix equation */