ale974
Computer
- Dec 1, 2003
- 1
Hi everyone,
I have a temporal complexity problem.
I would like to know if it's possible to optimize the temporal
complexity of the function "inv(A)", where A is a banded matrix.
The real problem is with which matlab function can I specify that A
is a banded matrix?
If A is an nxn matrix, the time complexity of the inversion is
O(n-cube), but if A is a banded matrix, the time complexity is now
O..
thanks in advance,
Alessandra
I have a temporal complexity problem.
I would like to know if it's possible to optimize the temporal
complexity of the function "inv(A)", where A is a banded matrix.
The real problem is with which matlab function can I specify that A
is a banded matrix?
If A is an nxn matrix, the time complexity of the inversion is
O(n-cube), but if A is a banded matrix, the time complexity is now
O..
thanks in advance,
Alessandra