determ.3

来自「speech signal process tools」· 3 代码 · 共 47 行

3
47
字号
.\" Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved.\" @(#)determ.3	1.4 05 Jan 1993 ESI.TH DETERM 3\-ESPSsp 05 Jan 1993.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Speech, Inc..SH NAMEdeterm \- determinant of a matrix in single precisiondeterm_d \- determinant of a matrix in double precision.SH SYNOPSIS.ft B.nfdoubledeterm(mat, order)float	**mat;int	order;doubledeterm_d(mat, order)double  **mat;int     order;.fi.ft.SH DESCRIPTION.PPThe return value of.I determis the determinant of an.IR order -by- ordermatrix..PPThe parameter.I matshould point to the first element of an array of.I orderpointers, each of which points to the first element of a row of thematrix..PP.I determ_dis the double precision version of .I determ..SH BUGSNone known..SH "SEE ALSO"arr_alloc(3\-ESPSu), f_mat_alloc(3\-ESPSu).SH AUTHORRodney Johnson

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?