Algo358

A library to help you with your development.
Download

Algo358 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Harry J. Smith
  • Operating Systems:
  • Windows All
  • File Size:
  • 101 KB

Algo358 Tags


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[], int m, int n, int p, int nu, int nv, float *s, complex u[], complex v[]) 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.


Algo358 Related Software