代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/170881/5402718
in makefile.in
# Variables substituted by the autoconf configure script:
SHELL = @SHELL@
CC = @CC@
CFLAGS = @CFLAGS@
CPPFLAGS = -I../util -I../matrices -I. @CPPFLAGS@
DEFS = @DEFS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS
www.eeworm.com/read/167185/5462056
c genburg.c
/*
The generalized Burg technique
Programmed by Daniel L. Wenger
408-425-5790 Santa Cruz, California
See:
"Estimation of Structured Covariance Matrices", J.P.Burg, D.G.Luenberger,
D.L.Wenger; Procee
www.eeworm.com/read/167185/5462141
c genburg.c
/*
The generalized Burg technique
Programmed by Daniel L. Wenger
408-425-5790 Santa Cruz, California
See:
"Estimation of Structured Covariance Matrices", J.P.Burg, D.G.Luenberger,
D.L.Wenger; Procee
www.eeworm.com/read/273525/4208265
hlp y_progmat.hlp
{smcl}
{p 0 4}
{help contents:Top}
{bind:> {bf:Programming & matrices}}
{p_end}
{hline}
{title:Category listings}
{p 4 8 4}
{bf:{help y_programming:Programming}}{break}
do-files (comm
www.eeworm.com/read/273525/4208353
hlp y_fileio.hlp
{smcl}
{p 0 4}
{help contents:Top}
> {help y_progmat:Programming & matrices}
> {help y_programming:Programming}
> {help y_subroutines:Subroutines}
{bind:> {bf:I/O}}
{p_end}
{hline}
{title:H
www.eeworm.com/read/273525/4209006
ado _rotate_clear.ado
*! version 1.0.0 28feb2005
* clears all r_* field in e()
program _rotate_clear, eclass
version 8
syntax
foreach m in `:e(macros)' `:e(scalars)' `:e(matrices)' {
if substr("`m'",1,2) =
www.eeworm.com/read/406718/2273855
java column.java
package org.jutil.math.matrix;
/**
* A class of matrices containing only 1 column.
*
* @path $Source: /cvsroot/org-jutil/jutil.org/src/org/jutil/math/matrix/Column.java,v $
* @version $Revisio
www.eeworm.com/read/394381/8227949
m sort.m
%列状数据升序排列
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% sort(A)
%
%SORT Sort in ascending order.
% For vectors, SORT(X) sorts the elements of X in ascending order.
% For matrices, SORT(X)
www.eeworm.com/read/269755/11079185
cpp newmat8.cpp
/// \ingroup newmat
///@{
/// \file newmat8.cpp
/// LU transform, scalar functions of matrices.
// Copyright (C) 1991,2,3,4,8: R B Davies
#define WANT_MATH
#include "include.h"
#inclu
www.eeworm.com/read/334860/12568360
m sort.m
%列状数据升序排列
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% sort(A)
%
%SORT Sort in ascending order.
% For vectors, SORT(X) sorts the elements of X in ascending order.
% For matrices, SORT(X)