【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.17.7 Matrix Analysis
Functions
| Name | Brief | Example |
|---|---|---|
| MatrixBasicStats | Give the summary of the statistics of a source data contained in a matrix. | Examples |
| ocmath_inverse | Compute the inverse of a non-singular matrix. | Examples |
| ocmath_mat_replace_blanks | Fill missing values in a matrix based on neighboring values. | Examples |
| ocmath_pinv | pseudoinverse. | Examples |
| seperate_complex_mat_to_real_and_imag_mat | This function will take care of the complex data matrix and sperate it into two double matrix, and then according to nRowProcess and nColProcess, do neccessory padding with zero or truncting for the two result double matrix. | Examples |
| set_matrix_with_padding_truncting | This function will take a matrix and set the result matrix accoring to the parameter values. | Examples |
| Trace | Give the trace of a matrix | Examples |