代码搜索:Lu
找到约 4,060 项符合「Lu」的源代码
代码结果 4,060
www.eeworm.com/read/142578/12936480
lu
REM 用<mark>LU</mark>分解法求解线性方程组的解
REM A(,)实型二组数组,输入、输出参数,在<mark>LU</mark>DCMP中,输入时按列存放实方阵A。输出时,对角线以下部分存放单位下
REM 三解矩阵L,对角组及其以上部分存放上三角矩阵U,在<mark>LU</mark>BSKSB中,将<mark>LU</mark>DCMP中输出结果A作为输入
REM N 整型变量,输入参数,方程系数矩阵A的阶数
REM IN ...
www.eeworm.com/read/304833/13785249
lu_
<mark>lu</mark>,n.〖化〗镏
<mark>lu</mark>bber,n.傻大个儿;笨大汉
<mark>lu</mark>be,n.润滑油
<mark>lu</mark>bricant,n.adj.润滑的;润滑物的
<mark>lu</mark>bricate,v.涂油;上油
<mark>lu</mark>bricating oil,润滑油
<mark>lu</mark>brication,n.润滑;加油
<mark>lu</mark>bricator,n.润滑物;加油者
<mark>lu</mark>bricious,adj.滑的;难捉摸的
<mark>lu</mark>bricity,n.光滑;不安定
<mark>lu</mark>b ...
www.eeworm.com/read/189605/8465899
java lu.java
package jnt.scimark2;
/**
LU matrix factorization. (Based on TNT implementation.)
Decomposes a matrix A into a triangular lower triangular
factor (L) and an upper triangular factor (U) s
www.eeworm.com/read/189605/8465944
java lu.java
package jnt.scimark2;
/**
LU matrix factorization. (Based on TNT implementation.)
Decomposes a matrix A into a triangular lower triangular
factor (L) and an upper triangular factor (U) s
www.eeworm.com/read/432640/8585245
h lu.h
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh
www.eeworm.com/read/385672/8792810
c lu.c
#include "stdio.h"
#include "stdlib.h"
#include "mpi.h"
#define a(x,y) a[(x)*M+y]
/*A为M*M矩阵*/
#define A(x,y) A[x*M+y]
#define l(x,y) l[x*M+y]
#define u(x,y) u[x*M+y]
#define floatsize sizeof(f
www.eeworm.com/read/378150/9249869
png lu.png
www.eeworm.com/read/179705/9343899
c lu.c
/* linalg/lu.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN
www.eeworm.com/read/373573/9449663
cs lu.cs
using System;
using System.IO;
using System.Text;
class Matrix
{
StreamWriter sw = new StreamWriter("C:\\HW_LU_ANS.txt", true, Encoding.Default);
static void Main()
{
M
www.eeworm.com/read/373571/9449671
cs lu.cs
using System;
using System.IO;
using System.Text;
class Matrix
{
StreamWriter sw = new StreamWriter("C:\\HW_LU_ANS.txt", true, Encoding.Default);
static void Main()
{
M