代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/150018/5694580
py genericmatrix.py
"""
Copyright 2003 Mitsubishi Electric Research Laboratories All Rights
Reserved. Permission to use, copy and modify this software and its
documentation without fee for educational, r
www.eeworm.com/read/147682/5728165
m init_rcpbfdaf.m
% [W,x,d,e,y,Px,X,ci,w]=init_rcpbfdaf(L,M,P,W0,X0,d0)
%
% Creates and initializes the variables required for the
% Reduced Complexity Partitioned Block Frequency Domain
% Adaptive Filte
www.eeworm.com/read/147529/5728726
m polyfit.m
function [p,S] = polyfit(x,y,n)
%p=polyfit(x,y,k)用k次多项式拟合向量数据(x,y)
%p返回多项式的降幂系数.当k>=n-1时,polyfit实现多项式插值.
%例如 用二次多项式拟合数据
% x | 0.1 0.2 0.15 0.0 -0.2 0.3
% --|-----------------------------
www.eeworm.com/read/147529/5728936
m polyfit.m
function [p,S] = polyfit(x,y,n)
%p=polyfit(x,y,k)用k次多项式拟合向量数据(x,y)
%p返回多项式的降幂系数.当k>=n-1时,polyfit实现多项式插值.
%例如 用二次多项式拟合数据
% x | 0.1 0.2 0.15 0.0 -0.2 0.3
% --|-----------------------------
www.eeworm.com/read/146906/5734323
java cs_factorloadingtest.java
/* WARANTY NOTICE AND COPYRIGHT
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation;
www.eeworm.com/read/146906/5734324
java jr_factorloadingtest.java
/* WARANTY NOTICE AND COPYRIGHT
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation;
www.eeworm.com/read/146906/5734328
java factorloading.java
/* WARANTY NOTICE AND COPYRIGHT
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation;
www.eeworm.com/read/142536/5765491
c spsolve.c
/*
* MATRIX SOLVE MODULE
*
* Author: Advising professor:
* Kenneth S. Kundert Alberto Sangiovanni-Vincentelli
* UC Berkeley
*
* This file contains the
www.eeworm.com/read/141300/5770739
h spmatrix.h
/*
* EXPORTS for sparse matrix routines with SPICE3.
*
* Author: Advising professor:
* Kenneth S. Kundert Alberto Sangiovanni-Vincentelli
* UC Berkeley
*
www.eeworm.com/read/141300/5771193
c spbuild.c
/*
* MATRIX BUILD MODULE
*
* Author: Advising professor:
* Kenneth S. Kundert Alberto Sangiovanni-Vincentelli
* UC Berkeley
*
* This file contains the r