代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/222350/14695565
in makefile.in
# Variables substituted by the autoconf configure script:
SHELL = @SHELL@
CC = @CC@
CFLAGS = @CFLAGS@
CPPFLAGS = -I../util -I../matrices @CPPFLAGS@
DEFS = @DEFS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
RA
www.eeworm.com/read/222350/14695605
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/122349/14699007
cc lu_solve.cc
/* thanks to Valient Gough for this example program! */
#include
#include
#include
#include
using namespace mtl;
// don't print out the matrices
www.eeworm.com/read/219695/14869441
cc lu_solve.cc
/* thanks to Valient Gough for this example program! */
#include
#include
#include
#include
using namespace mtl;
// don't print out the matrices
www.eeworm.com/read/218613/14912846
m comm.m
%comm Commutator of two matrices.
% comm(A,B)=AB-BA gives the commutator of A and B.
% Copyright (C) 2005 Geza Toth E.mail: toth@alumni.nd.edu
%
% This program is free software; you can redistr
www.eeworm.com/read/114869/15035200
pas ufunc.pas
unit uFunc;
interface
uses
FMath, Matrices;
function Func1(X : TVector) : Float;
function Func2(X : TVector) : Float;
function Func3(X : TVector) : Float;
function Func4(X : TVe
www.eeworm.com/read/490329/1204599
h mnbigmat.h
// MNBigMat.h
// Created by Steve Anderson, Nov. 22 1996.
// BigMatrix is for when I need good old-fashioned mxn matrices.
// Classes:
// BigMatrix
#ifndef __MN_BIGMAT_H_
#define __MN_BIGM
www.eeworm.com/read/480270/1319657
m isbool.m
function f=isbool(v,r,c)
%ISBOOL True for properly sized boolean matrices.
% Mark Beale, 11-31-97
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.8 $
if islogical(v)
f = all(siz
www.eeworm.com/read/225759/4792722
m dbn_to_hmm.m
function [prior, transmat, obsmat1, obsmat] = dbn_to_hmm(bnet, onodes)
% DBN_TO_HMM Compute the discrete HMM matrices from a simple DBN
% [prior, transmat, obsmat1, obsmat] = dbn_to_hmm(bnet, onodes)
www.eeworm.com/read/170881/5402707
in makefile.in
# Variables substituted by the autoconf configure script:
SHELL = @SHELL@
CC = @CC@
CFLAGS = @CFLAGS@
CPPFLAGS = -I../util -I../matrices @CPPFLAGS@
DEFS = @DEFS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
RA