CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - svd c

搜索资源列表

  1. svdpackc++.tar

    0下载:
  2. 矩阵奇异分解(svd)最新c++版本,性能更稳定-matrix decomposition (SVD) c latest version of a more stable performance
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:81.65kb
    • 提供者:样反
  1. solveequation

    0下载:
  2. 由c语言编写的解非线性方程,线性方程组代码,包括LSQR,SIRT,SVD等算法源代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:9.36kb
    • 提供者:胡治权
  1. svd[1].cpp

    0下载:
  2. The document describes an AP library adapted for C++. The AP library for C++ contains a basic set of mathematical functions and collection classes needed to run the programs from the ALGLIB website.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:71.35kb
    • 提供者:大宾
  1. svd_cpp

    0下载:
  2. 用C++写的 SVD 奇异值分解算法,用于学习与研究。-Written in C++ SVD algorithm for learning and research.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:9.22kb
    • 提供者:yong
  1. svdpackc.tar

    0下载:
  2. svd 算法代码 This directory contains instrumented SVDPACKC Version 1.0 (ANSI-C) programs for compiling within the "svdrun" scr ipt. The "svdsum" scr ipt can be run after all output files of the form <dataset>.outN, where N=1,2,... have been
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:512.77kb
    • 提供者:leespoon
  1. svd.cpp

    2下载:
  2. This svd source code implementation in c++ , the zip file contain the ap file ,more detail ,please see the ap library adapted for c++ in the zip file.also there is faq to answer your question.-svd source code implementation in c++ , This is the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-05-22
    • 文件大小:85.66kb
    • 提供者:leespoon
  1. svd.c

    0下载:
  2. SVD算法可用来求解大多数的线性最小二乘法问题.对矩阵进行奇异值分解。-SVD algorithm is used to solve most of the linear least squares problem. Of the matrix singular value decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:5.4kb
    • 提供者:vivi
  1. alglib-2.5.0.cpp

    0下载:
  2. alglib,跨平台的数学分析和数据处理库,主要用于矩阵运算(SVD等)-ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1020.79kb
    • 提供者:Cheng
  1. shoushou-svd

    0下载:
  2. svd程序 首先是householder变换为上双对角矩阵,然后再是QR分解得到奇异值-svd C++
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2.28kb
    • 提供者:jundu
  1. svd

    0下载:
  2. 数学建模中svd算法实现正交矩阵的分解讲义及c++代码-Mathematical modeling of orthogonal matrix svd decomposition algorithm c++ code and lecture notes
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3.26mb
    • 提供者:李和瀚
  1. SVDLIBC-win

    1下载:
  2. SVDLIBC是一个使用Lanczos算法计算稀疏矩阵SVD(奇异值分解)的C语言函数库,原本在只能Linux下编译,这个版本是对其进行修改后的windows版本,可以在VC++或MinGW下使用。-SVDLIBC is a C library computing the SVD(Singular Value Decomposition) of a sparse matrix using the Lanczos Algorithm. Originally, it can only compile
  3. 所属分类:Algorithm

    • 发布日期:2017-11-01
    • 文件大小:42.48kb
    • 提供者:Elif Keir
  1. SVD C算法

    0下载:
  2. TXT格式,C语言的svd算法,源码,基本不需要进行修改。
  3. 所属分类:数学计算/工程计算

  1. SVD

    0下载:
  2. SVD算法的c++实现,通过这个算法可以解决匹配问题。-SVD algorithm c++ achieve, through this algorithm can solve the matching problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:631kb
    • 提供者:曹鹏
  1. SVD_CPP

    0下载:
  2. C++写的svd程序,供学习参考-C++ svd written procedures for study and reference. . . . . . . . .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4.75kb
    • 提供者:王飞飞
  1. 4MUAV

    1下载:
  2. SVD算法的C语言程序实现,能实现实矩阵的SVD算法-SVD algorithm C language program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2.22kb
    • 提供者:黄鹏
  1. svdcPP

    0下载:
  2. 奇异值分解 svd c++ 源码 输入矩阵A,分解矩阵的秩K 输出U,S,V -Singular Value Decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:10.77kb
    • 提供者:zgx
  1. Zero

    0下载:
  2. Fast Numerical Computational C++ lib: Including the following classes: class Complex • class ComplexVector • class ComplexMatrix • class RealVector • class RealMatrix • class Kronecker • class Gauss_Jorda
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:847.67kb
    • 提供者:章隆
  1. matrix_relatedAlgorithm

    0下载:
  2. 矩阵先关运算,比如特征值分解,矩阵求逆。(Matrix related computation code, such as eigen value compuation, matrix inversion, etc.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-23
    • 文件大小:49kb
    • 提供者:plasoldier
  1. SVD_C++

    1下载:
  2. C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:30kb
    • 提供者:东篱
  1. alglib-3.13.0.delphi.free

    0下载:
  2. ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Delphi) and several operating systems (Windows and POSIX, including Linux). ALGLIB features include: Data analysis (clas
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:3.65mb
    • 提供者:pbb
搜珍网 www.dssz.com