代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/205036/15328885
m permute.m
function t = permute(t,order)
%PERMUTE Rearrange the dimensions of a sparse tensor.
%
% B = PERMUTE(A,ORDER) rearranges the dimensions of A so that they
% are in the order specified by the vector
www.eeworm.com/read/450221/7488313
c smvp.c
#include "mex.h"
void mexFunction( int nlhs, mxArray *plhs[],
int nrhs, const mxArray *prhs[]
)
{ /* Sparse matrix-dense vector prod
www.eeworm.com/read/435150/7796116
cpp main.cpp
// Exercise 18.1 Exercising the SparseArray class template
// We create a sparse aray of integers, populate 20 of its
// entries (checking for duplicates among the randomly generated indices)
// a
www.eeworm.com/read/207217/15279267
cpp main.cpp
// Exercise 18.1 Exercising the SparseArray class template
// We create a sparse aray of integers, populate 20 of its
// entries (checking for duplicates among the randomly generated indices)
// a
www.eeworm.com/read/437018/1838997
c smpdestroy.c
/*
* Copyright (c) 1985 Thomas L. Quarles
*/
/*
* SMPdestroy(matrix)
* - destroy a matrix managed by the
* sparse matrix package.
*/
#include "prefix.h"
#includ
www.eeworm.com/read/437018/1839143
c niiter.c
/*
* Copyright (c) 1985 Thomas L. Quarles
*/
/*
* NIiter(ckt,maxIter)
*
* This subroutine performs the actual numerical iteration.
* It uses the sparse matrix stored in th
www.eeworm.com/read/409299/2235035
m sparsecorrelations.m
function [correlations, bXs, bYs] = sparseCorrelations(KX, KXj, KY, KYj, colIndicesX, colIndicesY)
%A function to compute the correlations in a sparse manner
numTotalExamples = size(KXj, 1);
nu
www.eeworm.com/read/409299/2235037
svn-base sparsecorrelations.m.svn-base
function [correlations, bXs, bYs] = sparseCorrelations(KX, KXj, KY, KYj, colIndicesX, colIndicesY)
%A function to compute the correlations in a sparse manner
numTotalExamples = size(KXj, 1);
nu
www.eeworm.com/read/200886/15420783
m getstatetrans.m
% function stateTrans = getStateTrans(G)
%
% Creates a sparse transition matrix, using the scale
% and time transition matrixes that are provided in G.
function allStateTrans = getStateTrans(G)
%% M