代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/165391/10065827
java testmatrixoperation.java
//TestMatrixOperation.java: Add and multiply two matrices
public class TestMatrixOperation
{
//Main method
public static void main(String[] args)
{
//Create two matrices as two dimensiona
www.eeworm.com/read/164554/10103438
m poldif.m
function DM = poldif(x, malpha, B)
% The function DM = poldif(x, maplha, B) computes the
% differentiation matrices D1, D2, ..., DM on arbitrary nodes.
%
% The function is called with either two
www.eeworm.com/read/163924/10139759
m vgg_line3d_from_lp_lin.m
% vgg_line3d_linear Linear estimation of 3d line from image lines and camera matrices.
%
% SYNOPSIS
% L = vgg_line3d_from_lP_lin(s,P [,imsize]), where
%
% s ... cell(K) of double(3,3), inv. cova
www.eeworm.com/read/161095/10452188
m hbo.m
function [A,xy,B,hbtype,rhstype] = hbo(file)
%HBO Read and process a Harwell-Boeing sparse matrix file.
% A = HBO('matfile') gets the sparse matrix from the specified .mat file.
%
% [A,xy,B,hbtype,rhs
www.eeworm.com/read/423508/10555858
m fitcircle3d_gev.m
function a = fitcircle3d_gev(C)
% FITCIRCLE3D Fit a planar circle to 3D points
% This version uses the Agin/Taubin distance.
% Author: Andrew Fitzgibbon, Edinburgh University AI
www.eeworm.com/read/422930/10601529
vb symmetricmatrices.vb
' The SymmetricMatrix class resides in the Extreme.Mathematics.LinearAlgebra
' namespace.
Imports Extreme.Mathematics.LinearAlgebra
Namespace Extreme.Mathematics.QuickStart.VB
' Illustrates
www.eeworm.com/read/422930/10601666
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to
www.eeworm.com/read/422930/10601683
vb triangularmatrices.vb
' The TriangularMatrix class resides in the Extreme.Mathematics.LinearAlgebra
' namespace.
Imports Extreme.Mathematics.LinearAlgebra
Namespace Extreme.Mathematics.QuickStart.VB
' Illustrate
www.eeworm.com/read/276981/10690892
m makesurf.m
function [X,Y,Z]=makesurf(data,nx)
% [X,Y,Z]=makesurf(data,nx) converts the 3D data file data into
% three matices as need by surf(). nx tells how long the row of the
% output matrices are
[m,
www.eeworm.com/read/418695/10935439
m meancov.m
%MEANCOV Means and covariance estimation from multiclass data
%
% [U,G] = meancov(A)
%
% Computation of a set of mean vectors U and a set of covariance
% matrices G of the classes in the dataset A