Algo358 icon

Algo358

2 big stars
Algo358 screenshot
Name: Algo358
Works on: windowsWindows XP and above
Developer: Harry J. Smith
Version: 1
Last Updated: 18 Feb 2017
Release: 23 Jan 2007
Category: Programming > Components Libraries
Rate this software:
274 downloads
commentsComments
downloadDownload
Liked it? Tell others:
details

Algo358 Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012
SHA1 Hash: ca7110b62d0f87c5d3893dab2f6186e9d7e208e4
Size: 104.33 KB
File Format: zip
Rating: 2.217391304 out of 5 based on 23 user ratings
Downloads: 274
License: Free
Algo358 is a free software by Harry J. Smith and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download Algo358 which is 104.33 KB in size and belongs to the software category Components Libraries.
Algo358 was released on 2007-01-23 and last updated on our database on 2017-02-18 and is currently at version 1.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

Algo358 Description

Algo358 is a tool that works with the singular value decomposition of a complex matrix in C++ and C#
Implicates the function CSVD in C++ and C#:
void CSVD(complex a[][maxA], int m, int n, int p, int nu, int nv, float *s, complex u[][maxA], complex v[][maxA])
Singular Value Decomposition, a = u * s * Conj(Tran(v)), a is destroyed by CSVD. The diagonal matrix s is output as a vector, m must be >= n, if smaller, a should be filled with zero rows. This code is adapted from Collected Algorithms from ACM, Algorithm 358. The transformation Conj(Tran(u)) is applied to the p vectors given in columns n, n+1, ..., n+p-1 of matrix a.
similarSimilar Software