代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/122949/14654885

asm vectors.asm

;******************************************************************************* ; Module Name:Interrupt_Vectors ;******************************** GLOBALS **************************************
www.eeworm.com/read/122349/14698930

cc tri_matvec_mult.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* Sample Output Array A: 3x3 [ [1,2,4], [2,4,3], [3,5,6] ] Vector y [7,8,9,] Ay [7,46,115,] *
www.eeworm.com/read/122349/14698975

cc sparse_tri_solve.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* A: 5x5 [ [1,1,3,0,0], [0,1,5,0,0], [0,0,1,0,0], [0,0,0,1,0], [0,0,0,0,1] ] b:
www.eeworm.com/read/122349/14698989

cc tri_band_vect.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* Sample Output Array A: 4x4 [ [1,0,0,0], [2,4,0,0], [3,5,7,0], [0,6,8,9] ] Vector y [4,3,2,1,]
www.eeworm.com/read/122349/14699028

cc tri_band_sol.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* Sample Output A: [ [1,], [2,3,], [0,4,5,], [0,0,6,7,], ] b: [8,43,86,137,]
www.eeworm.com/read/220289/14843963

m geninfds.m

function InferenceDS = geninfds(ArgDS) % GENINFDS Generate inference data structure from a generalized state space model and user defined inference parameters. % % InferenceDS = geninfds(ArgDS) %
www.eeworm.com/read/219695/14869340

cc tri_matvec_mult.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* Sample Output Array A: 3x3 [ [1,2,4], [2,4,3], [3,5,6] ] Vector y [7,8,9,] Ay [7,46,115,] *
www.eeworm.com/read/219695/14869409

cc sparse_tri_solve.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* A: 5x5 [ [1,1,3,0,0], [0,1,5,0,0], [0,0,1,0,0], [0,0,0,1,0], [0,0,0,0,1] ] b:
www.eeworm.com/read/219695/14869422

cc tri_band_vect.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* Sample Output Array A: 4x4 [ [1,0,0,0], [2,4,0,0], [3,5,7,0], [0,6,8,9] ] Vector y [4,3,2,1,]
www.eeworm.com/read/219695/14869458

cc tri_band_sol.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* Sample Output A: [ [1,], [2,3,], [0,4,5,], [0,0,6,7,], ] b: [8,43,86,137,]