代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/418684/2086661
s xform.s
/* $Id: xform.S,v 1.4 2005/07/28 00:11:11 idr Exp $ */
/* TODO
*
* 1) It would be nice if load/store double could be used
* at least for the matrix parts. I think for the matrices
* i
www.eeworm.com/read/406718/2273839
java matrix.java
package org.jutil.math.matrix;
/**
* A class of 2D matrices.
*
* This version doesn't try that hard to perform stable calculations.
* If you need that, use the non-existing nummath package. If yo
www.eeworm.com/read/384423/2601907
cfg q_matrix_jvt.cfg
# This an example configuration file for initializing the quantization matrix.
# Altogether 6 matrices for 4x4 blocks and 2 matrix for 8x8 blocks.
# The values range from 1 to 255.
# If first value of
www.eeworm.com/read/380330/2661004
s xform.s
/* $Id: xform.S,v 1.4 2005/07/28 00:11:11 idr Exp $ */
/* TODO
*
* 1) It would be nice if load/store double could be used
* at least for the matrix parts. I think for the matrices
* i
www.eeworm.com/read/364489/2903748
cpp bandmatrix.cpp
// BandMatrix.cpp
//
// Template class for normal matrices.
// A size_t is used for indexing. Indexing starts at 1.
//
// N/A 2002-4-8 DD Another possibility FArray; Use or redu
www.eeworm.com/read/471135/6898147
m nansum.m
function y = nansum(x)
%NANSUM Sum ignoring NaNs.
%
% NANSUM(X) returns the sum over non-NaN elements of X. For
% vectors, NANSUM(X) is the sum of the non-NaN elements in X. For
% matrices
www.eeworm.com/read/270032/11050739
c matrix.c
/*
* matrix.c - Simple routines for general sized matrices.
*
*/
#include
#include
#include "matrix.h"
double
InvertMatrix(mat,actual_size)
Matrix mat; /* Holds the orig
www.eeworm.com/read/265447/11264095
html mod2sparse.html
Sparse Modulo-2 Matrix Routines
Sparse Modulo-2 Matrix Routines
This module implements operations on matrices in which the elements
are a
www.eeworm.com/read/147096/12584815
m sb2sldat.m
%SB2SLDAT is a script file that includes some constant matrices and vectors.
% This script is called by SB2SLMNG and READSB.
% Copyright (c) 1990-93 by The MathWorks, Inc.
% $Revision: 1.15 $ $D
www.eeworm.com/read/201230/15413001
cpp kalman.cpp
#include "kalman.h"
#include
/* tester de printer toutes les valeurs des vecteurs...*/
/* tester de changer les matrices du noises */
/* replace state by cvkalman->state_post ??? */