📄 qccvectorintsortcomponents.3
字号:
.TH QCCVECTORINTSORTCOMPONENTS 3 "QCCPACK" "".SH NAMEQccVectorIntSortComponents \- quicksort of integer-vector components.SH SYNOPSIS.B #include "libQccPack.h".sp.BI "int QccVectorIntSortComponents(const QccVectorInt " vector ", QccVectorInt " sorted_vector ", int " vector_dimension ", int " sort_direction ", int *" auxiliary_list );.SH DESCRIPTION.B QccVectorIntSortComponents()performs a quicksort of the components of.I vectorwith the resulting sorted integer vector being returned in.IR sorted_vector ,which must be allocated prior to calling.BR QccVectorIntSortComponents() .The type of sort,ascending or descending,is specified by giving.I sort_directionthe values.B QCCVECTORINT_SORTASCENDINGor.BR QCCVECTORINT_SORTDESCENDING ,respectively..LP.B QccVectorIntSortComponents()can permute an.I auxiliary_listof integers in the same order as the.IR sorted_vector ..I auxiliary_listmust contain.I vector_dimensionintegers. If no.I auxiliary_listpermutation is desired, .I auxiliary_listshould be a.B NULLpointer..SH "SEE ALSO".BR QccVectorInt (3),.BR QccPack (3).SH NOTES.B QccVectorIntSortComponents()is based on the QS2I1D routine of the SLATEC CommonMathematical library, a freely redistributable packagedeveloped and maintained bya consortium of Department of Energy and Department of Defensenational laboratories..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 + -