Procedures

ProcedureLocationProcedure TypeDescription
gemmforinvFunction

Calculates the matrix-matrix product of two matrices A and B.

invforinvInterface
invLU_relforinvFunction

Calculates the inverse of a matrix A using the LU decomposition.

pinv_relforinvFunction

Calculates the pseudoinverse of a matrix A.

pinvLU_relforinvFunction

Calculates the pseudoinverse of a matrix A using the LU decomposition.

pinvSVD_relforinvFunction

Calculates the pseudoinverse of a matrix A using the SVD.

call~~graph~~CallGraph interface~inv forinv::inv proc~pinv_rel forinv::pinv_rel interface~inv->proc~pinv_rel proc~gemm forinv::gemm proc~invlu_rel forinv::invLU_rel proc~pinvlu_rel forinv::pinvLU_rel proc~pinv_rel->proc~pinvlu_rel proc~pinvsvd_rel forinv::pinvSVD_rel proc~pinv_rel->proc~pinvsvd_rel proc~pinvlu_rel->proc~gemm proc~pinvlu_rel->proc~invlu_rel svd svd proc~pinvsvd_rel->svd program~test1 test1 program~test1->interface~inv program~test2 test2 program~test2->interface~inv program~test3 test3 program~test3->interface~inv timer_start timer_start program~test3->timer_start timer_stop timer_stop program~test3->timer_stop
Help