代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/157453/11704469
cpp smatrix.cpp
// test formula based sparse matrix class
#include
#include "smatrix.h"
void main(void)
{
SparseMatrix A(20), B(20), C(20);
cin >> A;
cout
www.eeworm.com/read/157396/11712043
c hmath.c
/* ----------------------------------------------------------- */
/* */
/* ___ */
/*
www.eeworm.com/read/157366/11717447
cpp 000.cpp
/**********************************************************************\
* 指派问题的匈牙利算法 *
*
www.eeworm.com/read/157339/11718784
m face_recognition_eigen.m
% Face recognition by Santiago Serrano
clear all;
close all;
clc
% number of images on your training set.
M=9;
%Chosen std and mean.
%It can be any number that it is close to the std and mea
www.eeworm.com/read/346712/11729607
java contingencytables.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/346528/11739207
m addnoise.m
% addnoise Adds white noise to a density matrix.
% addnoise(rho,p) computes the matrix
% rho'=(1-p)*rho+p*eye(M)/M where rho is an MxM matrix
% If rho is a state vector then
% it is co
www.eeworm.com/read/346528/11739237
m spreordermat.m
% spreordermat Transformation matrix for reordering the qudits according to
% the given pattern; sparse version.
% spreordermat(pattern,d) gives a sparse transformation matrix for
%
www.eeworm.com/read/346528/11739270
m reorder.m
% reorder Reorder a state vector or a density matrix according to
% the given pattern.
% reorder(v,pattern) transforms a state vector or a density matrix
% putting the qubits in the
www.eeworm.com/read/346528/11739335
m ex.m
% ex Expectation value of an operator
% ex(op,rho) is the expectation value of the operator op
% for the density matrix rho. If rho is not normalized,
% it is automatically normalized to ha
www.eeworm.com/read/346528/11739430
m ketbra2.m
% ketbra2 Creating a density matrix from an unnormalized state vector.
% Creates a density matrix from a state vector. If it was
% already a density matrix then it just normalizes it.
% Copyr