代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/436995/7757408
m msf2c.m
% msf2c.m
% Scope: This MATLAB macro determines the real symmetric matrix stored as
% columnwise upper triangular part as a one-dimensional array from
%
www.eeworm.com/read/434325/7874528
m backsub.m
function X = backsub(A,B)
%---------------------------------------------------------------------------
%BACKSUB Back substitution solution for upper-triangular systems.
% Sample call
% X = ba
www.eeworm.com/read/479405/6694584
m msf2c.m
% msf2c.m
% Scope: This MATLAB macro determines the real symmetric matrix stored as
% columnwise upper triangular part as a one-dimensional array from
%
www.eeworm.com/read/255742/12060639
h matrices.h
#ifndef MATRICES_H
#define MATRICES_H
#include
class lower_triangular_matrix {
unsigned n;
std::vector data;
public:
lower_triangular_matrix(unsigned n_ = 0) : n(
www.eeworm.com/read/338643/12290684
m msf2c.m
% msf2c.m
% Scope: This MATLAB macro determines the real symmetric matrix stored as
% columnwise upper triangular part as a one-dimensional array from
%