代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/235723/14055062
pas matrices.pas
{ **********************************************************************
* Unit MATRICES.PAS *
* Version 2.4d
www.eeworm.com/read/108033/15596086
pas matrices.pas
{
MATRICES.PAS
Unit for matrix and vector manipulation.
A matrix is treated as a set of vectors.
Don't even try to understand the pointer operations.
(C) C. Valens,
www.eeworm.com/read/416320/11033423
htm matrices_bch.htm
Index of /Matrices_BCH
Index of /Matrices_BCH
www.eeworm.com/read/164054/10133281
m ex3_matrices.m
A=[1,2,3; 4 5,6; 7,8 0]
A=[1,2,3; 4 5,6; 7,8 0];
V1=[1 2 3,4]
V2=[1; 2; 3; 4]
A=[A; [1 3 5]]
A=[A; [1,2]]
A(2,3)
A([1,3,4],[1,3])
A(2,6)=1.5
A(2,4:5)=Inf; A(3,4:6)=NaN
a=
www.eeworm.com/read/164054/10133459
m ex5_matrices.m
C=[1,2,3]; H=hankel(C)
C=[1,2,3]; R=[3,9,10]; H = hankel(C, R)
C=[1, 2, 3, 4, 5]; V=vander(C)
www.eeworm.com/read/275831/10794335
rb 09 - multiplying matrices.rb
require 'matrix'
require 'mathn'
a1 = [[1, 1, 0, 1],
[2, 0, 1, 2],
[3, 1, 1, 2]]
m1 = Matrix[*a1]
# => Matrix[[1, 1, 0, 1], [2, 0, 1, 2], [3, 1, 1, 2]]
a2 = [[1, 0],
[3, 1],
www.eeworm.com/read/203086/5041913
pas d6_matrices.pas
{ **********************************************************************
* Unit MATRICES.PAS *
* Version 2.4d
www.eeworm.com/read/271647/4227326
sln tut03_matrices.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tut03_matrices", "tut03_matrices.vcproj", "{DDA4070B-96BE-4F88