Home
last modified time | relevance | path

Searched defs:wh (Results 1 – 25 of 1870) sorted by relevance

12345678910>>...75

/dports/math/suitesparse-klu/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_deflation.m45 wh = R \ ch ; variable
50 wh = ch - U*(U'*ch); variable
51 wh = R \ wh ; variable
53 wh = wh - V*(V'*wh); variable
58 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
73 wh = ( ch' / R )' ; % wh = R' \ ch rewritten to save memory variable
78 wh = ch - V*(V'*ch); variable
81 wh = wh - U*(U'*wh); variable
83 wh = [wh ; zeros(n - rank_spqr,size(C,2)) ]; variable
85 wh = spqr_qmult(N.Q,wh,1); variable
[all …]
/dports/biology/lamarc/lamarc-2.1.8/src/control/
H A Derrhandling.cpp17 data_error::data_error(const std::string& wh): _what (wh) { }; in data_error()
28 file_error::file_error(const std::string& wh) : data_error(wh) { }; in file_error()
33 incorrect_data::incorrect_data(const std::string& wh) : data_error(wh) { }; in incorrect_data()
38 incorrect_xml::incorrect_xml(const std::string& wh) : data_error(wh) { }; in incorrect_xml()
41 incorrect_xml_extra_tag::incorrect_xml_extra_tag(const std::string& wh, const std::string& tag) : i… in incorrect_xml_extra_tag()
45 incorrect_xml_missing_tag::incorrect_xml_missing_tag(const std::string& wh, const std::string& tag)… in incorrect_xml_missing_tag()
49 incorrect_xml_not_double::incorrect_xml_not_double(const std::string& wh, const std::string& text) … in incorrect_xml_not_double()
53 incorrect_xml_not_long::incorrect_xml_not_long(const std::string& wh, const std::string& text) : in… in incorrect_xml_not_long()
63 invalid_sequence::invalid_sequence(const std::string& wh) : data_error(wh) { }; in invalid_sequence()
68 unrecognized_tag_error::unrecognized_tag_error(const std::string& wh, int where) : data_error(wh), … in unrecognized_tag_error()
[all …]
H A Derrhandling.h159 rejecttree_error(const std::string& wh) : _what(wh) {}; in rejecttree_error()
186 zero_dl_error(const std::string& wh) : rejecttree_error(wh) {}; in zero_dl_error()
204 epoch_error(const std::string& wh) : rejecttree_error(wh) {}; in epoch_error()
220 overrun_error(wh) { }; in overrun_error() argument
230 overrun_error(wh) { }; in overrun_error() argument
240 overrun_error(wh) { }; in overrun_error() argument
250 overrun_error(wh) { }; in overrun_error() argument
266 overrun_error(wh) { }; in overrun_error() argument
310 deprecation_error(const std::string& wh): _what (wh) { }; in deprecation_error()
325 alloc_error(const std::string& wh) : _what(wh) { }; in alloc_error()
[all …]
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/src/
H A Dwordhash.c106 wordhash_t *wh = wordhash_init(type, 0); in wordhash_new() local
111 wordhash_free_alloc_nodes (wordhash_t *wh) in wordhash_free_alloc_nodes()
130 wordhash_free_hash_nodes (wordhash_t *wh) in wordhash_free_hash_nodes()
144 wordhash_free_strings (wordhash_t *wh) in wordhash_free_strings()
158 wordhash_free (wordhash_t *wh) in wordhash_free()
189 nmalloc (wordhash_t *wh) /*@modifies wh->nodes@*/ in nmalloc()
357 wordhash_counts_insert (wordhash_t *wh) in wordhash_counts_insert()
381 size_t wordhash_count (wordhash_t *wh) in wordhash_count()
387 wordhash_first (wordhash_t *wh) in wordhash_first()
409 wordhash_next (wordhash_t *wh) in wordhash_next()
[all …]
/dports/mail/bogofilter-kc/bogofilter-1.2.5/src/
H A Dwordhash.c106 wordhash_t *wh = wordhash_init(type, 0); in wordhash_new() local
111 wordhash_free_alloc_nodes (wordhash_t *wh) in wordhash_free_alloc_nodes()
130 wordhash_free_hash_nodes (wordhash_t *wh) in wordhash_free_hash_nodes()
144 wordhash_free_strings (wordhash_t *wh) in wordhash_free_strings()
158 wordhash_free (wordhash_t *wh) in wordhash_free()
189 nmalloc (wordhash_t *wh) /*@modifies wh->nodes@*/ in nmalloc()
357 wordhash_counts_insert (wordhash_t *wh) in wordhash_counts_insert()
381 size_t wordhash_count (wordhash_t *wh) in wordhash_count()
387 wordhash_first (wordhash_t *wh) in wordhash_first()
409 wordhash_next (wordhash_t *wh) in wordhash_next()
[all …]
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/src/
H A Dwordhash.c106 wordhash_t *wh = wordhash_init(type, 0); in wordhash_new() local
111 wordhash_free_alloc_nodes (wordhash_t *wh) in wordhash_free_alloc_nodes()
130 wordhash_free_hash_nodes (wordhash_t *wh) in wordhash_free_hash_nodes()
144 wordhash_free_strings (wordhash_t *wh) in wordhash_free_strings()
158 wordhash_free (wordhash_t *wh) in wordhash_free()
189 nmalloc (wordhash_t *wh) /*@modifies wh->nodes@*/ in nmalloc()
357 wordhash_counts_insert (wordhash_t *wh) in wordhash_counts_insert()
381 size_t wordhash_count (wordhash_t *wh) in wordhash_count()
387 wordhash_first (wordhash_t *wh) in wordhash_first()
409 wordhash_next (wordhash_t *wh) in wordhash_next()
[all …]
/dports/mail/bogofilter/bogofilter-1.2.5/src/
H A Dwordhash.c106 wordhash_t *wh = wordhash_init(type, 0); in wordhash_new() local
111 wordhash_free_alloc_nodes (wordhash_t *wh) in wordhash_free_alloc_nodes()
130 wordhash_free_hash_nodes (wordhash_t *wh) in wordhash_free_hash_nodes()
144 wordhash_free_strings (wordhash_t *wh) in wordhash_free_strings()
158 wordhash_free (wordhash_t *wh) in wordhash_free()
189 nmalloc (wordhash_t *wh) /*@modifies wh->nodes@*/ in nmalloc()
357 wordhash_counts_insert (wordhash_t *wh) in wordhash_counts_insert()
381 size_t wordhash_count (wordhash_t *wh) in wordhash_count()
387 wordhash_first (wordhash_t *wh) in wordhash_first()
409 wordhash_next (wordhash_t *wh) in wordhash_next()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/src/conversion/
H A DConverter_DataSourceException.h36 ConverterTestError(const string& wh): _what (wh) { }; in ConverterTestError()
47 DataTypeNotFoundError(const string& wh): _what (wh) { }; in DataTypeNotFoundError()
58 InvalidNucleotideError(const string& wh): _what (wh) { }; in InvalidNucleotideError()
69 InvalidSequenceLengthError(const string& wh): _what (wh) { }; in InvalidSequenceLengthError()
80 InvalidFrequenciesError(const string& wh): _what (wh) { }; in InvalidFrequenciesError()
91 FileNotFoundError(const string& wh): _what (wh) { }; in FileNotFoundError()
102 FileFormatError(const string& wh): _what (wh) { }; in FileFormatError()
113 InconsistentDataError(const string& wh): _what (wh) { }; in InconsistentDataError()
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dpretty.m62 wh = sympref('display'); variable
69 wh = 'ascii'; variable
71 wh = 'unicode'; variable

12345678910>>...75