代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/431154/1909148
c cuddaddwalsh.c
/**CFile***********************************************************************
FileName [cuddAddWalsh.c]
PackageName [cudd]
Synopsis [Functions that generate Walsh matrices and residue
www.eeworm.com/read/458010/7314177
m rotmr2qr.m
function qr=rotmr2qr(mr)
%ROTMR2QR converts a matrix of real quaternion matrices to quaternion vectors
% Inputs:
%
% MR(4m,4n) mxn matrix of real quaternion matrices (each 4x4)
%
% Output
www.eeworm.com/read/448350/7534401
m rotmr2qr.m
function qr=rotmr2qr(mr)
%ROTMR2QR converts a matrix of real quaternion matrices to quaternion vectors
% Inputs:
%
% MR(4m,4n) mxn matrix of real quaternion matrices (each 4x4)
%
% Output
www.eeworm.com/read/440750/7682160
m rotmr2qr.m
function qr=rotmr2qr(mr)
%ROTMR2QR converts a matrix of real quaternion matrices to quaternion vectors
% Inputs:
%
% MR(4m,4n) mxn matrix of real quaternion matrices (each 4x4)
%
% Output
www.eeworm.com/read/336521/12439529
m rotmr2qr.m
function qr=rotmr2qr(mr)
%ROTMR2QR converts a matrix of real quaternion matrices to quaternion vectors
% Inputs:
%
% MR(4m,4n) mxn matrix of real quaternion matrices (each 4x4)
%
% Output
www.eeworm.com/read/393518/8280823
m rotmr2qr.m
function qr=rotmr2qr(mr)
%ROTMR2QR converts a matrix of real quaternion matrices to quaternion vectors
% Inputs:
%
% MR(4m,4n) mxn matrix of real quaternion matrices (each 4x4)
%
% Output
www.eeworm.com/read/282286/9106273
c matrix_indirect.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* matrix_indirect.c : Functions for Matrices having INDIRECT storage pattern.
*
www.eeworm.com/read/371250/9559995
c sba_crsm.c
/////////////////////////////////////////////////////////////////////////////////
////
//// CRS sparse matrices manipulation routines
//// Copyright (C) 2004-2008 Manolis Lourakis (lourakis at ics
www.eeworm.com/read/366144/9829752
h qmatvec.h
// ------------------------------------------------------------------
// qmatvec.h
//
// This file contains the definitions for vectors and matrices, including
// several linear algebra ops. .
// ----
www.eeworm.com/read/358450/10189014
c matrix.c
/* matrix.c -- library routines for constructing dynamic matrices with
* arbitrary bounds using Iliffe vectors
****************************************************************
* HISTORY