代码搜索:dissection
找到约 18 项符合「dissection」的源代码
代码结果 18
www.eeworm.com/read/157044/11743556
m ndperm.m
function p = ndperm(method,minsep,A,arg2,arg3,arg4)
% NDPERM : Nested dissection ordering for a symmetric matrix.
%
% p = ndperm(method,minsep,A)
% returns a nested dissection permutation of symmetric
www.eeworm.com/read/162170/5548522
c packet-coseventcomm.c
/* packet-coseventcomm.c
* Routines for IDL dissection
*
* Autogenerated from idl2eth
* Copyright 2001 Frank Singleton
*/
/*
* Ethereal - Network traffic analyze
www.eeworm.com/read/162170/5548523
c packet-cosnaming.c
/* packet-cosnaming.c
* Routines for IDL dissection
*
* Autogenerated from idl2eth
* Copyright 2001 Frank Singleton
*/
/*
* Ethereal - Network traffic analyzer
www.eeworm.com/read/319180/13459175
c messagesub.c
#ifdef MINIMUM_DEGREE
printf("minimum degree ordering\n");
#elif defined REVERSE_CM
printf("reverse Cuthill-McKee ordering\n");
#elif defined NESTED_DISSECTION
printf("nested diss
www.eeworm.com/read/319180/13459183
c messagefinal.c
#ifdef MINIMUM_DEGREE
printf("minimum degree ordering\n");
#elif defined REVERSE_CM
printf("reverse Cuthill-McKee ordering\n");
#elif defined NESTED_DISSECTION
printf("nested diss
www.eeworm.com/read/319180/13459201
c spdmessagesub.c
#ifdef MINIMUM_DEGREE
printf("minimum degree ordering\n");
#elif defined REVERSE_CM
printf("reverse Cuthill-McKee ordering\n");
#elif defined NESTED_DISSECTION
printf("nested diss
www.eeworm.com/read/319180/13459212
c spdmessagefinal.c
#ifdef MINIMUM_DEGREE
printf("minimum degree ordering\n");
#elif defined REVERSE_CM
printf("reverse Cuthill-McKee ordering\n");
#elif defined NESTED_DISSECTION
printf("nested diss
www.eeworm.com/read/157044/11743326
m colndperm.m
function p = colndperm(method,minsep,A,arg2,arg3,arg4)
% 0-0 unfinished COLNDPERM : Column nested dissection ordering for a nonsymmetric matrix.
%
% p = colndperm(method,minsep,A)
% returns a nested d