代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/482929/6616343

txt release_2.1-notes.txt

******************************************************************************* In addition to bug fixes, Aztec 2.1 has the following new features: 1) MPI communicators can now be used with Aztec. 2
www.eeworm.com/read/155175/5629165

java matrix_array.java

package com.croftsoft.apps.insight; public class Matrix_Array { ////////////////////////////////////////////////////////////////////// // Matrix_Array.java v0.0 (C) Copyright
www.eeworm.com/read/303463/3810179

m mpt_detect_fixed_rows.m

function [equalities,redundant] = mpt_detect_fixed_rows(Matrices) A = [ Matrices.G -Matrices.E]; b = Matrices.W; lb = Matrices.lb; ub = Matrices.ub; fixed = find(lb == ub); if ~isempty(fixed
www.eeworm.com/read/163924/10139773

m vgg_t_from_p.m

% T = vgg_T_from_P(P) Trifocal tensor from 3 camera matrices. % % P ... cell (3), camera matrices % T ... double (3,3,3) % % For 3 corresponding lines l1..l3 (each of size (1,3)) in cameras P1.
www.eeworm.com/read/305201/13776985

m vgg_t_from_p.m

% T = vgg_T_from_P(P) Trifocal tensor from 3 camera matrices. % % P ... cell (3), camera matrices % T ... double (3,3,3) % % For 3 corresponding lines l1..l3 (each of size (1,3)) in cameras P1.
www.eeworm.com/read/303463/3810183

m mpt_collect_equalities.m

function Matrices = mpt_collect_equalities(Matrices,equalities) % These were just found Aeq_fixed = Matrices.G(equalities,:); Beq_fixed = -Matrices.E(equalities,:); beq_fixed = Matrices.W(equali
www.eeworm.com/read/163924/10139840

m vgg_singf_from_ff.m

%VGG_SINGF_FROM_FF Linearly combines two 3x3 matrices to a singular one. % % a = vgg_singF_from_FF(F) computes scalar(s) a such that given two 3x3 matrices F{1} and F{2}, % it is det( a*F{1}
www.eeworm.com/read/305201/13777012

m vgg_singf_from_ff.m

%VGG_SINGF_FROM_FF Linearly combines two 3x3 matrices to a singular one. % % a = vgg_singF_from_FF(F) computes scalar(s) a such that given two 3x3 matrices F{1} and F{2}, % it is det( a*F{1}
www.eeworm.com/read/140704/5783308

cc tr_st_get_4.cc

// file: tr_st_get_4.cc // // isip include files // #include "train_state.h" #include "train_state_constants.h" // method: get_covar_cc // // arguments: none // // return: a flaot_4** array of cova
www.eeworm.com/read/347945/11623361

m mpt_enumerate_binary.m

function [enums,Matrices] = mpt_enumerate_binary(Matrices) binary_var_index = Matrices.binary_var_index; notbinary_var_index = setdiff(1:Matrices.nu,binary_var_index); % Detect and extract pure