Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
circulantMatrix is a low storage version, which is intended to be used as a replacement to full or sparse matrix.
For most code, the only change should be one extra line.
A = circulantMatrix(A); %recast A to circulantMatrix class.
circulantMatrix overload most MATLAB standard operators for arrays. For example *, /, etc... The result of the operators is circulantMatrix when possible. inv, det uses fft.
Cita come
Jonathan Gustafsson (2026). circulantMatrix (https://it.mathworks.com/matlabcentral/fileexchange/57462-circulantmatrix), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.1.0.0 (75,2 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
