📄 qccmatrixorthogonalize.3
字号:
.TH QCCMATRIXORTHOGONALIZE 3 "QCCPACK" "".SH NAMEQccMatrixOrthogonalize\- generate orthonormal basis for range of matrix.SH SYNOPSIS.B #include "libQccPack.h".sp.BI "int QccMatrixOrthogonalize(const QccMatrix " matrix1 ", int " num_rows ", i " num_cols ", QccMatrix " matrix2 ", int *" num_cols2 );.SH DESCRIPTION.B QccMatrixOrthogonalize()creates an orthonormal basis for the range of.IR matrix1which is a matrix of size.IR num_rowsx.IR num_cols .This orthonormal basis is returned as the columns of.IR matrix2 ;that is, the columns of.IR matrix2span the same space as the columns of.IR matrix1 ..IR matrix2must be allocated to be of size.IR num_rowsx.IR num_colsprior to calling.BR QccMatrixOrthogonalize() ..LPThe number of basis vectors in the orthogonal basis is returned as.IR num_cols2 .If.IR matrix1is rank-deficient, then .IR num_cols2will be less than.IR num_cols .In this case,.IR num_cols " - " num_cols2columns of.IR matrix2will be zero..LP.BR QccMatrixOrthogonalize()is implemented via a call to.BR QccMatrixSVD (3)to generate the singular value decomposition of.IR matrix1 .Then,the left singular vectors corresponding to nonzerosingular values are returned in.IR matrix2 ..SH "SEE ALSO".BR QccMatrixSVD (3),.BR QccMatrix (3),.BR QccPack (3).SH AUTHORCopyright (C) 1997-2009 James E. Fowler.\" The programs herein are free software; you can redistribute them an.or.\" modify them under the terms of the GNU General Public License.\" as published by the Free Software Foundation; either version 2.\" of the License, or (at your option) any later version..\" .\" These programs are distributed in the hope that they will be useful,.\" but WITHOUT ANY WARRANTY; without even the implied warranty of.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the.\" GNU General Public License for more details..\" .\" You should have received a copy of the GNU General Public License.\" along with these programs; if not, write to the Free Software.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -