代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/396475/8105785
pas hgematrix.pas
unit HGEMatrix;
(*
** Haaf's Game Engine 1.7
** Copyright (C) 2003-2007, Relish Games
** hge.relishgames.com
**
** Extension to the HGE engine to support 2x2 matrices for HGEPhysics.
** This ex
www.eeworm.com/read/146126/12668115
cpp matrixmultiply2.cpp
// multiply compatible matrices
#include
#include "make2dArrayNoCatch.h"
using namespace std;
template
void matrixMultiply(T **a, T **b, T **c, int m, int n, int p)
{//
www.eeworm.com/read/331444/12827792
m upconv.m
% RES = upConv(IM, FILT, EDGES, STEP, START, STOP, RES)
%
% Upsample matrix IM, followed by convolution with matrix FILT. These
% arguments should be 1D or 2D matrices, and IM must be larger (in
% bo
www.eeworm.com/read/244076/12891883
m pcorrxy.m
function [partial]=pcorrxy(x,var1,var2)
%
% PCORRXY
%
% Returns partial correlation between var1 and var2
% contained in a matrix x
%
% All matrices are standardised prior to calculations.
%
www.eeworm.com/read/137229/13338535
m pcorrxy.m
function [partial]=pcorrxy(x,var1,var2)
%
% PCORRXY
%
% Returns partial correlation between var1 and var2
% contained in a matrix x
%
% All matrices are standardised prior to calculations.
%
www.eeworm.com/read/316047/13531249
m finsert.m
function [fi,wi]=finsert(w,f,wadd,a,b,c,d,iu)
%FINSERT Insert frequency points in MVFR matrix
% FINSERT(W,F,WADD,A,B,C,D,iu) inserts the component matrices
% calculated at frequencies
www.eeworm.com/read/312016/13620174
m basis.m
% basis - calculate basis matrices
%
% SYNOPSIS
% basis(v, u)
% basis(v, u, N)
%
% DESCRIPTION
% basis finds the (v,u) basis matrix of size NxN.
% N defaults to 8.
%
% SEE ALSO
% basisgrid, ps
www.eeworm.com/read/309349/13673604
c mod2convert.c
/* MOD2CONVERT.C - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distri
www.eeworm.com/read/309349/13673605
h mod2dense.h
/* MOD2DENSE.H - Interface to module for handling dense mod2 matrices. */
/* Copyright (c) 1996, 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distrib