Lines Matching full:matrix
36 * LDL Factorisation. Finds the upper triangular matrix L and the diagonal
37 * Matrix D (only the diagonal elements returned in a vector)such that
41 silk_float *A, /* I/O Pointer to Symetric Square Matrix */
42 opus_int M, /* I Size of Matrix */
43 silk_float *L, /* I/O Pointer to Square Upper triangular Matrix */
49 * triangular matrix, with ones on the diagonal.
52 const silk_float *L, /* I Pointer to Lower Triangular Matrix */
53 opus_int M, /* I Dim of Matrix equation */
63 const silk_float *L, /* I Pointer to Lower Triangular Matrix */
64 opus_int M, /* I Dim of Matrix equation */
71 * symmetric square matrix - using LDL factorisation
74 silk_float *A, /* I/O Symmetric square matrix, out: reg. */
75 const opus_int M, /* I Size of matrix */
113 const silk_float *L, /* I Pointer to Lower Triangular Matrix */
114 opus_int M, /* I Dim of Matrix equation */
135 const silk_float *L, /* I Pointer to Lower Triangular Matrix */
136 opus_int M, /* I Dim of Matrix equation */
157 silk_float *A, /* I/O Pointer to Symetric Square Matrix */
158 opus_int M, /* I Size of Matrix */
159 silk_float *L, /* I/O Pointer to Square Upper triangular Matrix */
181 /* Badly conditioned matrix: add white noise and run again */