代码搜索:LinearAlgebra
找到约 59 项符合「LinearAlgebra」的源代码
代码结果 59
www.eeworm.com/read/461961/1548907
h leastsquares.h
// Least Squares fitting
#pragma once
#include "Mathematics/LinearAlgebra.h"
using namespace Mathematics;
/// Least Squares Sums class.
/// stores sums required for least squares plane
www.eeworm.com/read/459034/1574765
java testtrace.java
package jmathlibtests.toolbox.linearalgebra;
import jmathlib.core.interpreter.Interpreter;
import jmathlib.tools.junit.framework.*;
public class testTrace extends TestCase {
protected Inter
www.eeworm.com/read/376037/9335297
f90 inverse.f90
module LinearAlgebra
implicit none
contains
! 求逆矩阵
subroutine inverse(A,IA)
implicit none
real :: A(:,:), IA(:,:)
real, allocatable :: B(:,:)
integer :: i,j,N
N = size(A,1)
www.eeworm.com/read/360545/10088513
f90 inverse.f90
module LinearAlgebra
implicit none
contains
! 求逆矩阵
subroutine inverse(A,IA)
implicit none
real :: A(:,:), IA(:,:)
real, allocatable :: B(:,:)
integer :: i,j,N
N = size(A,1)
www.eeworm.com/read/422930/10601775
vb piecewisecurves.vb
' The piecewise curve classes reside in the
' Extreme.Mathematics.Curves namespace.
Imports Extreme.Mathematics.Curves
Imports Extreme.Mathematics.LinearAlgebra
Namespace Extreme.Mathematics.Qu
www.eeworm.com/read/476406/6760764
f90 inverse.f90
module LinearAlgebra
implicit none
contains
! 求逆矩阵
subroutine inverse(A,IA)
implicit none
real :: A(:,:), IA(:,:)
real, allocatable :: B(:,:)
integer :: i,j,N
N = size(A,1)
www.eeworm.com/read/409260/11338513
f90 inverse.f90
module LinearAlgebra
implicit none
contains
! 求逆矩阵
subroutine inverse(A,IA)
implicit none
real :: A(:,:), IA(:,:)
real, allocatable :: B(:,:)
integer :: i,j,N
N = size(A,1)
www.eeworm.com/read/258562/11854019
f90 inverse.f90
module LinearAlgebra
implicit none
contains
! 求逆矩阵
subroutine inverse(A,IA)
implicit none
real :: A(:,:), IA(:,:)
real, allocatable :: B(:,:)
integer :: i,j,N
N = size(A,1)
www.eeworm.com/read/221870/14716545
f90 inverse.f90
module LinearAlgebra
implicit none
contains
! 求逆矩阵
subroutine inverse(A,IA)
implicit none
real :: A(:,:), IA(:,:)
real, allocatable :: B(:,:)
integer :: i,j,N
N = size(A,1)
www.eeworm.com/read/208614/15242253
f90 inverse.f90
module LinearAlgebra
implicit none
contains
! 求逆矩阵
subroutine inverse(A,IA)
implicit none
real :: A(:,:), IA(:,:)
real, allocatable :: B(:,:)
integer :: i,j,N
N = size(A,1)