SlideShare a Scribd company logo
1 of 39
Download to read offline
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Krylov Subspace Methods in
Model Order Reduction
Mohammad Umar Rehman
PhD Candidate, EE Department, IIT Delhi
umar.ee.iitd@gmail.com
March 8, 2016
1 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Outline
1 Introduction
2 Moments & Markov Parameters
3 Krylov Subspace
4 Moment Matching
5 Issues with Krylov Methods
Orthogonalization
Stopping Criteria
2 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Introduction
Model Reduction Problem Revisited
Given a MIMO state space model
E˙x = Ax + Bu
y = Cx
(1)
where, E, A ∈ Rn×n, B ∈ Rn×m, C ∈ Rp×n,
u ∈ Rm, y ∈ Rp, x ∈ Rn and n is sufficiently large.
3 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Introduction
Model Reduction Problem Revisited
Given a MIMO state space model
E˙x = Ax + Bu
y = Cx
(1)
where, E, A ∈ Rn×n, B ∈ Rn×m, C ∈ Rp×n,
u ∈ Rm, y ∈ Rp, x ∈ Rn and n is sufficiently large.
It is required to obtain the following reduced order model
Er ˙z = Arz + Bru
y = Crz
(2)
where, Er, Ar ∈ Rq×q, Br ∈ Rq×m, Cr ∈ Rp×q,
u ∈ Rm, y ∈ Rp, z ∈ Rq q << n
Er = WTEV, Ar = WTAV, Br = WTB, Cr
T
= CTV
3 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Introduction
Model Reduction Problem Revisited
Given a MIMO state space model
E˙x = Ax + Bu
y = Cx
(1)
where, E, A ∈ Rn×n, B ∈ Rn×m, C ∈ Rp×n,
u ∈ Rm, y ∈ Rp, x ∈ Rn and n is sufficiently large.
It is required to obtain the following reduced order model
Er ˙z = Arz + Bru
y = Crz
(2)
where, Er, Ar ∈ Rq×q, Br ∈ Rq×m, Cr ∈ Rp×q,
u ∈ Rm, y ∈ Rp, z ∈ Rq q << n
Er = WTEV, Ar = WTAV, Br = WTB, Cr
T
= CTV
W, V are suitable Krylov subspace based projection matrices.
3 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Moments and Markov Parameters
The transfer function of the system in (1) is
G(s) = C(sE − A)−1
B
By assuming that A is nonsingular, the Taylor series of this transfer
function around zero is:
G(s) = −CA−1
B − C(A−1
E)A−1
Bs − · · · − C(A−1
E)
i
A−1
Bsi
− · · ·
Coefficients of powers of s are known as moments
i-th moment:
M0
i = C(A−1
E)i
A−1
B, i = 0, 1, . . .
Also,
M0
i = −
1
i
diG(s)
dsi s=0
is the value of subsequent derivatives of the transfer function G(s) at the
point s = 0
4 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Contd...
A different series in terms of negative powers of s is obtained when
expanded about s → ∞
G(s) = CE−1
Bs−1
+C(E−1
A)E−1
Bs−2
+· · ·+C(E−1
A)i
E−1
Bs−i
+· · ·
and the coefficients are known as Markov parameters.
Model reduction is achieved by the means of matching of Moments
(Markov parameters)
Explicit moment matching becomes numerically cumbersome for large
system order
5 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Contd...
A different series in terms of negative powers of s is obtained when
expanded about s → ∞
G(s) = CE−1
Bs−1
+C(E−1
A)E−1
Bs−2
+· · ·+C(E−1
A)i
E−1
Bs−i
+· · ·
and the coefficients are known as Markov parameters.
Model reduction is achieved by the means of matching of Moments
(Markov parameters)
Explicit moment matching becomes numerically cumbersome for large
system order
Go for implicit moment matching: Krylov subspace based Projection
5 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Remarks 1
Asymptotic Waveform Evaluation (AWE) method is based
on explicit moment matching
Matching at s = 0 is known as Pad´e Approximation, and
steady state response (low frequency) is reflected in the
reduced order model.
Matching at s → ∞ is known as Partial Realization, and
the reduced order model is a good approximation of the
HF response.
Matching at s = s0, i. e. at some arbitrary value of s is
known as Rational Interpolation and is aimed at
approximating system response at specific frequency band
of interest.
6 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Defining Krylov Subspace
Kq(A, b) = span{b, Ab, . . . , Aq−1
b},
A ∈ Rn×n and b ∈ Rn is called the starting vector. q is some given
positive integer called index of the Krylov sequence.
7 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Defining Krylov Subspace
Kq(A, b) = span{b, Ab, . . . , Aq−1
b},
A ∈ Rn×n and b ∈ Rn is called the starting vector. q is some given
positive integer called index of the Krylov sequence.
The vectors b, Ab, . . . , constructing the subspace are called basic
vectors.
7 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Defining Krylov Subspace
Kq(A, b) = span{b, Ab, . . . , Aq−1
b},
A ∈ Rn×n and b ∈ Rn is called the starting vector. q is some given
positive integer called index of the Krylov sequence.
The vectors b, Ab, . . . , constructing the subspace are called basic
vectors.
The Krylov subspace is also known as controllability subspace in
control community.
7 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Defining Krylov Subspace
Kq(A, b) = span{b, Ab, . . . , Aq−1
b},
A ∈ Rn×n and b ∈ Rn is called the starting vector. q is some given
positive integer called index of the Krylov sequence.
The vectors b, Ab, . . . , constructing the subspace are called basic
vectors.
The Krylov subspace is also known as controllability subspace in
control community.
For each state space, there are two Krylov subspaces that are dual to
each other, input Krylov subspace and output Krylov subspace.
Either or both of subspaces can be used as projection matrices for
model reduction.
7 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Defining Krylov Subspace
Kq(A, b) = span{b, Ab, . . . , Aq−1
b},
A ∈ Rn×n and b ∈ Rn is called the starting vector. q is some given
positive integer called index of the Krylov sequence.
The vectors b, Ab, . . . , constructing the subspace are called basic
vectors.
The Krylov subspace is also known as controllability subspace in
control community.
For each state space, there are two Krylov subspaces that are dual to
each other, input Krylov subspace and output Krylov subspace.
Either or both of subspaces can be used as projection matrices for
model reduction.
The respective method is then called One-Sided/Two-sided
7 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Input and Output Krylov Subspaces
Input Krylov subspace
Kq1 A−1
E, A−1
b = span A−1
b, . . . , A−1
E
q1−1
A−1
b
Output Krylov Subspace
Kq2 A−T
ET
, A−T
c = span A−T
c, . . . , A−T
ET q2−1
A−T
c
8 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Input and Output Krylov Subspaces
Input Krylov subspace
Kq1 A−1
E, A−1
b = span A−1
b, . . . , A−1
E
q1−1
A−1
b
Output Krylov Subspace
Kq2 A−T
ET
, A−T
c = span A−T
c, . . . , A−T
ET q2−1
A−T
c
V is any basis of Input Krylov Subspace
W is any basis of Output Krylov Subspace
8 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Moment Matching: SISO
Theorem If the matrix V used in (2), is a basis of Krylov
subspace Kq1 A−1E, A−1b with rank q and matrix W is
chosen such that the matrix Ar is nonsingular, then the first q
moments (around zero) of the original and reduced order
systems match.
9 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Moment Matching: SISO
Proof: The zero-th moment of the reduced system is
mr0 = cT
r A−1
r br = cT
V WT
AV
−1
WT
b
The vector A−1b is in the Krylov subspace and it can be
written as a linear combination of the columns of the matrix V,
∃r0 ∈ Rq
: A−1
b = Vr0
Therefore,
WT
AV
−1
WT
b = WT
AV
−1
WT
AA−1
b
10 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Moment Matching: SISO
Proof: The zero-th moment of the reduced system is
mr0 = cT
r A−1
r br = cT
V WT
AV
−1
WT
b
The vector A−1b is in the Krylov subspace and it can be
written as a linear combination of the columns of the matrix V,
∃r0 ∈ Rq
: A−1
b = Vr0
Therefore,
WT
AV
−1
WT
b = WT
AV
−1
WT
AA−1
b
= WT
AV
−1
WT
AVr0
10 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Moment Matching: SISO
Proof: The zero-th moment of the reduced system is
mr0 = cT
r A−1
r br = cT
V WT
AV
−1
WT
b
The vector A−1b is in the Krylov subspace and it can be
written as a linear combination of the columns of the matrix V,
∃r0 ∈ Rq
: A−1
b = Vr0
Therefore,
WT
AV
−1
WT
b = WT
AV
−1
WT
AA−1
b
= WT
AV
−1
WT
AVr0
= r0
10 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Contd...
With this, mr0 becomes
mr0 = cT
V WT
AV
−1
WT
b = cT
Vr0 = cT
A−1
b = m0
For the next moment (first moment) consider the following result:
WT
AV
−1
WT
EV WT
AV
−1
WT
b = WT
AV
−1
WT
EVr0
= WT
AV
−1
WT
EA−1
b
and the fact that A−1EA−1b is also in the Krylov subspace can be
written as A−1EA−1b = Vr1
11 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Contd...
Thus,
WT
AV
−1
WT
AA−1
EA−1
b = WT
AV
−1
WT
AVr1
12 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Contd...
Thus,
WT
AV
−1
WT
AA−1
EA−1
b = WT
AV
−1
WT
AVr1
= r1
12 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Contd...
Thus,
WT
AV
−1
WT
AA−1
EA−1
b = WT
AV
−1
WT
AVr1
= r1
mr1 = cT
V WT
AV
−1
WT
EV WT
AV
−1
WT
b
12 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Contd...
Thus,
WT
AV
−1
WT
AA−1
EA−1
b = WT
AV
−1
WT
AVr1
= r1
mr1 = cT
V WT
AV
−1
WT
EV WT
AV
−1
WT
b
= cT
Vr1 = cT
A−1
EA−1
b
12 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Contd...
Thus,
WT
AV
−1
WT
AA−1
EA−1
b = WT
AV
−1
WT
AVr1
= r1
mr1 = cT
V WT
AV
−1
WT
EV WT
AV
−1
WT
b
= cT
Vr1 = cT
A−1
EA−1
b
= m1
12 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Remarks 2
For the second moment, the results of first moment can
be used and the fact that A−1E
2
A−1b can be written
as a linear combination of columns of matrix V
The proof can be continued by repeating these steps
(Induction) until mr(q−1) = m(q−1) i.e. q moments match.
The method discussed above was one-sided as we did not
go for computing W. Usually, W = V is chosen
In two-sided method W is chosen to be the basis of output
Krylov subspace, then 2q moments can be matched.
Proof is similar for matching Markov parameters and the
MIMO case [3,4].
13 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Issues with Krylov Methods
Major issues with Krylov Subspace based MOR Methods:
1 Orthogonalization
2 Stopping Point of Iterative Scheme
14 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Orthogonalization
The Krylov vectors are known to lose independence readily
and tend to align towards the dominant vector, even for
moderate values of n and q.
15 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Orthogonalization
The Krylov vectors are known to lose independence readily
and tend to align towards the dominant vector, even for
moderate values of n and q.
The remedy lies in constructing an orthogonal basis using
Gram-Schmidt process.
15 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Orthogonalization
The Krylov vectors are known to lose independence readily
and tend to align towards the dominant vector, even for
moderate values of n and q.
The remedy lies in constructing an orthogonal basis using
Gram-Schmidt process.
However, classical GS is also known to be unstable
15 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Orthogonalization
The Krylov vectors are known to lose independence readily
and tend to align towards the dominant vector, even for
moderate values of n and q.
The remedy lies in constructing an orthogonal basis using
Gram-Schmidt process.
However, classical GS is also known to be unstable
Go for Modified GS methods —
15 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Orthogonalization
The Krylov vectors are known to lose independence readily
and tend to align towards the dominant vector, even for
moderate values of n and q.
The remedy lies in constructing an orthogonal basis using
Gram-Schmidt process.
However, classical GS is also known to be unstable
Go for Modified GS methods —
Arnoldi (Unsymmetric A)
15 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Orthogonalization
The Krylov vectors are known to lose independence readily
and tend to align towards the dominant vector, even for
moderate values of n and q.
The remedy lies in constructing an orthogonal basis using
Gram-Schmidt process.
However, classical GS is also known to be unstable
Go for Modified GS methods —
Arnoldi (Unsymmetric A) / Lanczos (Symmetric A)
15 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Arnoldi Algorithm
Using Modified Gram-Schmidt Orthogonalization
Algorithm 1 Arnoldi
1: Start: Choose initial starting vector b, v = b
b
2: Calculate the next vector: ˆvi = Avi−1
Orthogonalization:
3: for j = 1 to i − 1 do
4: h = ˆvT
i vj, ˆvi = ˆvi − hvj
Normalization:
5: i-th column of V is vi = ˆvi
ˆvi
stop if ˆvi = 0
6: end for
Output of Arnoldi Iteration:
1 Orthonormal Projection matrix V,
2 Hessenberg Matrix H = VTAV
16 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Stopping Criterion
When to stop the iterative scheme?
is another question to be answered
This also decides the size of the ROM
TU-M: Singular values based stopping criterion.1
IIT-D: A more efficient criterion based on a index known
as CNRI2 is proposed.3
1
B. Salimbahrami and Lohmann, B., “Stopping Criterion in Order
Reduction of Large Scale Systems Using Krylov Subspace Methods”, Proc.
Appl. Math. Mech., 4: 682–683, 2004.
2
Coefficent of Numerical Rank Improvement
3
M. A. Bazaz, M. Nabi and S. Janardhanan. “A stopping criterion for
Krylov-subspace based model order reduction techniques”. Proc. Int.
Conf. Modelling, Identification & Control (ICMIC), pp. 921 - 925, 2012
17 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Comparison with Balanced Truncation
Parameter BT Krylov
No. of Flops O n3 O q2n
Numerical Reliability for large n No Yes
Accuracy of the reduced system More Accurate Less Accurate
Range of Applicability ∼ 103 ∼ 104 or higher
Stability Preservation Yes No
Iterative Method No Yes
Reliable Stopping Criterion Yes No*
18 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Selected References
1 A. C. Antoulas, Approximation of Large Scale Dynamical
Systems, SIAM, 2005.
2 Behnam Salimbehrami, Structure Preserving Order Reduction of
Large Scale Second Order Models, PhD Thesis, TU Munich,
2005.
3 Rudy Eid, Time Domain Model Reduction By Moment Matching,
PhD Thesis, TU Munich, 2008.
4 B. Salimbehrami, Boris Lohmann, Krylov Subspace Methods in
Linear Model Order Reduction: Introduction and Invariance
Properties. Scientific Report, Univ. of Bremen, 2002.
5 Zhaojun Bai, Krylov subspace techniques for reduced-order
modeling of large-scale dynamical systems, Applied Numerical
Mathematics, 43 (2002), pp 9-44.
19 / 20
Krylov
Methods in
MOR
Introduction
Moments &
Markov
Parameters
Krylov
Subspace
Moment
Matching
Issues with
Krylov
Methods
Orthogonalization
Stopping
Criteria
Thanks!
20 / 20

More Related Content

What's hot

Discrete state space model 9th &10th lecture
Discrete  state space model   9th  &10th  lectureDiscrete  state space model   9th  &10th  lecture
Discrete state space model 9th &10th lectureKhalaf Gaeid Alshammery
 
Transfer function, determination of transfer function in mechanical and elect...
Transfer function, determination of transfer function in mechanical and elect...Transfer function, determination of transfer function in mechanical and elect...
Transfer function, determination of transfer function in mechanical and elect...Saad Mohammad Araf
 
A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTS
A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTSA KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTS
A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTSIJCSES Journal
 
Inverted Pendulum
Inverted PendulumInverted Pendulum
Inverted PendulumCarlos
 
Fuzzy logic in approximate Reasoning
Fuzzy logic in approximate ReasoningFuzzy logic in approximate Reasoning
Fuzzy logic in approximate ReasoningHoàng Đức
 
Phase plane analysis (nonlinear stability analysis)
Phase plane analysis (nonlinear stability analysis)Phase plane analysis (nonlinear stability analysis)
Phase plane analysis (nonlinear stability analysis)Bindutesh Saner
 
Power systems symmetrical components
Power systems symmetrical componentsPower systems symmetrical components
Power systems symmetrical componentsanoopeluvathingal
 
Modeling of mechanical_systems
Modeling of mechanical_systemsModeling of mechanical_systems
Modeling of mechanical_systemsJulian De Marcos
 
Kinematic Model vs Dynamic Model
Kinematic Model vs Dynamic ModelKinematic Model vs Dynamic Model
Kinematic Model vs Dynamic ModelHitesh Mohapatra
 
Deep Learning - RNN and CNN
Deep Learning - RNN and CNNDeep Learning - RNN and CNN
Deep Learning - RNN and CNNPradnya Saval
 
Kalman filters
Kalman filtersKalman filters
Kalman filtersAJAL A J
 
Modified ppt for mtech project
Modified ppt for mtech projectModified ppt for mtech project
Modified ppt for mtech projectbetha divya
 
Control system basics_open and closed loop control system
Control system basics_open and closed loop control systemControl system basics_open and closed loop control system
Control system basics_open and closed loop control systemNilesh Bhaskarrao Bahadure
 
Intelligent Control and Fuzzy Logic
Intelligent Control and Fuzzy LogicIntelligent Control and Fuzzy Logic
Intelligent Control and Fuzzy LogicPraneel Chand
 
vector control induction motor.ppt
vector control induction motor.pptvector control induction motor.ppt
vector control induction motor.pptRajaDesingu2
 

What's hot (20)

Discrete state space model 9th &10th lecture
Discrete  state space model   9th  &10th  lectureDiscrete  state space model   9th  &10th  lecture
Discrete state space model 9th &10th lecture
 
Lecture 10
Lecture 10Lecture 10
Lecture 10
 
Transfer function, determination of transfer function in mechanical and elect...
Transfer function, determination of transfer function in mechanical and elect...Transfer function, determination of transfer function in mechanical and elect...
Transfer function, determination of transfer function in mechanical and elect...
 
A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTS
A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTSA KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTS
A KALMAN FILTERING TUTORIAL FOR UNDERGRADUATE STUDENTS
 
Data fusion with kalman filtering
Data fusion with kalman filteringData fusion with kalman filtering
Data fusion with kalman filtering
 
Inverted Pendulum
Inverted PendulumInverted Pendulum
Inverted Pendulum
 
Fuzzy logic in approximate Reasoning
Fuzzy logic in approximate ReasoningFuzzy logic in approximate Reasoning
Fuzzy logic in approximate Reasoning
 
Optimal control systems
Optimal control systemsOptimal control systems
Optimal control systems
 
Phase plane analysis (nonlinear stability analysis)
Phase plane analysis (nonlinear stability analysis)Phase plane analysis (nonlinear stability analysis)
Phase plane analysis (nonlinear stability analysis)
 
Power systems symmetrical components
Power systems symmetrical componentsPower systems symmetrical components
Power systems symmetrical components
 
Modeling of mechanical_systems
Modeling of mechanical_systemsModeling of mechanical_systems
Modeling of mechanical_systems
 
Kinematic Model vs Dynamic Model
Kinematic Model vs Dynamic ModelKinematic Model vs Dynamic Model
Kinematic Model vs Dynamic Model
 
Deep Learning - RNN and CNN
Deep Learning - RNN and CNNDeep Learning - RNN and CNN
Deep Learning - RNN and CNN
 
Kalman filters
Kalman filtersKalman filters
Kalman filters
 
Modified ppt for mtech project
Modified ppt for mtech projectModified ppt for mtech project
Modified ppt for mtech project
 
Control system basics_open and closed loop control system
Control system basics_open and closed loop control systemControl system basics_open and closed loop control system
Control system basics_open and closed loop control system
 
GMM
GMMGMM
GMM
 
Types of nonlinearities
Types of nonlinearitiesTypes of nonlinearities
Types of nonlinearities
 
Intelligent Control and Fuzzy Logic
Intelligent Control and Fuzzy LogicIntelligent Control and Fuzzy Logic
Intelligent Control and Fuzzy Logic
 
vector control induction motor.ppt
vector control induction motor.pptvector control induction motor.ppt
vector control induction motor.ppt
 

Viewers also liked

Viewers also liked (12)

cutset retiming
cutset retimingcutset retiming
cutset retiming
 
vector space and subspace
vector space and subspacevector space and subspace
vector space and subspace
 
L14 cosine control scheme
L14 cosine control schemeL14 cosine control scheme
L14 cosine control scheme
 
L7 fuzzy relations
L7 fuzzy relationsL7 fuzzy relations
L7 fuzzy relations
 
Gram-Schmidt Orthogonalization and QR Decompositon
Gram-Schmidt Orthogonalization and QR Decompositon Gram-Schmidt Orthogonalization and QR Decompositon
Gram-Schmidt Orthogonalization and QR Decompositon
 
Classical relations and fuzzy relations
Classical relations and fuzzy relationsClassical relations and fuzzy relations
Classical relations and fuzzy relations
 
Fuzzy relations
Fuzzy relationsFuzzy relations
Fuzzy relations
 
L15 ramp control scheme
L15 ramp control schemeL15 ramp control scheme
L15 ramp control scheme
 
Classical Sets & fuzzy sets
Classical Sets & fuzzy setsClassical Sets & fuzzy sets
Classical Sets & fuzzy sets
 
Vector spaces
Vector spaces Vector spaces
Vector spaces
 
Fuzzy logic ppt
Fuzzy logic pptFuzzy logic ppt
Fuzzy logic ppt
 
Fuzzy Sets Introduction With Example
Fuzzy Sets Introduction With ExampleFuzzy Sets Introduction With Example
Fuzzy Sets Introduction With Example
 

Similar to Krylov Subspace Methods in Model Order Reduction

Electromagnetic theory Chapter 1
Electromagnetic theory Chapter 1Electromagnetic theory Chapter 1
Electromagnetic theory Chapter 1Ali Farooq
 
R package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable LikelihoodsR package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable LikelihoodsMatt Moores
 
Controllers for 3R Robot
Controllers for 3R RobotControllers for 3R Robot
Controllers for 3R RobotGiovanni Murru
 
Recent advances on low-rank and sparse decomposition for moving object detection
Recent advances on low-rank and sparse decomposition for moving object detectionRecent advances on low-rank and sparse decomposition for moving object detection
Recent advances on low-rank and sparse decomposition for moving object detectionActiveEon
 
Electromagnetic theory EMT lecture 1
Electromagnetic theory EMT lecture 1Electromagnetic theory EMT lecture 1
Electromagnetic theory EMT lecture 1Ali Farooq
 
Visual odometry & slam utilizing indoor structured environments
Visual odometry & slam utilizing indoor structured environmentsVisual odometry & slam utilizing indoor structured environments
Visual odometry & slam utilizing indoor structured environmentsNAVER Engineering
 
SPICE-MATEX @ DAC15
SPICE-MATEX @ DAC15SPICE-MATEX @ DAC15
SPICE-MATEX @ DAC15Hao Zhuang
 
poster_kdd_2013_LRLR
poster_kdd_2013_LRLRposter_kdd_2013_LRLR
poster_kdd_2013_LRLRXiao Cai
 
Model Checking Base on Interoplation
Model Checking Base onInteroplationModel Checking Base onInteroplation
Model Checking Base on Interoplationleticia2307
 
Dynamics of actin filaments in the contractile ring
Dynamics of actin filaments in the contractile ringDynamics of actin filaments in the contractile ring
Dynamics of actin filaments in the contractile ringPrafull Sharma
 
Direct QR factorizations for tall-and-skinny matrices in MapReduce architectu...
Direct QR factorizations for tall-and-skinny matrices in MapReduce architectu...Direct QR factorizations for tall-and-skinny matrices in MapReduce architectu...
Direct QR factorizations for tall-and-skinny matrices in MapReduce architectu...Austin Benson
 
Linear_Algebra.pptx
Linear_Algebra.pptxLinear_Algebra.pptx
Linear_Algebra.pptxSuhasL11
 
The Logic of Quantum Physics
The Logic of Quantum PhysicsThe Logic of Quantum Physics
The Logic of Quantum PhysicsRishi Banerjee
 

Similar to Krylov Subspace Methods in Model Order Reduction (20)

MUMS: Transition & SPUQ Workshop - Gradient-Free Construction of Active Subsp...
MUMS: Transition & SPUQ Workshop - Gradient-Free Construction of Active Subsp...MUMS: Transition & SPUQ Workshop - Gradient-Free Construction of Active Subsp...
MUMS: Transition & SPUQ Workshop - Gradient-Free Construction of Active Subsp...
 
Electromagnetic theory Chapter 1
Electromagnetic theory Chapter 1Electromagnetic theory Chapter 1
Electromagnetic theory Chapter 1
 
R package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable LikelihoodsR package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable Likelihoods
 
Controllers for 3R Robot
Controllers for 3R RobotControllers for 3R Robot
Controllers for 3R Robot
 
Recent advances on low-rank and sparse decomposition for moving object detection
Recent advances on low-rank and sparse decomposition for moving object detectionRecent advances on low-rank and sparse decomposition for moving object detection
Recent advances on low-rank and sparse decomposition for moving object detection
 
Electromagnetic theory EMT lecture 1
Electromagnetic theory EMT lecture 1Electromagnetic theory EMT lecture 1
Electromagnetic theory EMT lecture 1
 
Visual odometry & slam utilizing indoor structured environments
Visual odometry & slam utilizing indoor structured environmentsVisual odometry & slam utilizing indoor structured environments
Visual odometry & slam utilizing indoor structured environments
 
likelihood_p1.pdf
likelihood_p1.pdflikelihood_p1.pdf
likelihood_p1.pdf
 
CMB Likelihood Part 1
CMB Likelihood Part 1CMB Likelihood Part 1
CMB Likelihood Part 1
 
SPICE-MATEX @ DAC15
SPICE-MATEX @ DAC15SPICE-MATEX @ DAC15
SPICE-MATEX @ DAC15
 
Spectral factorization
Spectral factorizationSpectral factorization
Spectral factorization
 
poster_kdd_2013_LRLR
poster_kdd_2013_LRLRposter_kdd_2013_LRLR
poster_kdd_2013_LRLR
 
PK_MTP_PPT
PK_MTP_PPTPK_MTP_PPT
PK_MTP_PPT
 
Model Checking Base on Interoplation
Model Checking Base onInteroplationModel Checking Base onInteroplation
Model Checking Base on Interoplation
 
Klt
KltKlt
Klt
 
Dynamics of actin filaments in the contractile ring
Dynamics of actin filaments in the contractile ringDynamics of actin filaments in the contractile ring
Dynamics of actin filaments in the contractile ring
 
Direct QR factorizations for tall-and-skinny matrices in MapReduce architectu...
Direct QR factorizations for tall-and-skinny matrices in MapReduce architectu...Direct QR factorizations for tall-and-skinny matrices in MapReduce architectu...
Direct QR factorizations for tall-and-skinny matrices in MapReduce architectu...
 
Linear_Algebra.pptx
Linear_Algebra.pptxLinear_Algebra.pptx
Linear_Algebra.pptx
 
The Logic of Quantum Physics
The Logic of Quantum PhysicsThe Logic of Quantum Physics
The Logic of Quantum Physics
 
Relatório
RelatórioRelatório
Relatório
 

More from Mohammad Umar Rehman (20)

PEE-102A_L-11
PEE-102A_L-11PEE-102A_L-11
PEE-102A_L-11
 
PEE-102A_L-12
PEE-102A_L-12PEE-102A_L-12
PEE-102A_L-12
 
PEE-102A_L-8
PEE-102A_L-8PEE-102A_L-8
PEE-102A_L-8
 
PEE-102A_L-10
PEE-102A_L-10PEE-102A_L-10
PEE-102A_L-10
 
PEE-102A_L-9
PEE-102A_L-9PEE-102A_L-9
PEE-102A_L-9
 
PEE-102A_L-7
PEE-102A_L-7PEE-102A_L-7
PEE-102A_L-7
 
PEE-102A_L-6
PEE-102A_L-6PEE-102A_L-6
PEE-102A_L-6
 
PEE-102A_L-5
PEE-102A_L-5PEE-102A_L-5
PEE-102A_L-5
 
PEE-102A_L-4
PEE-102A_L-4PEE-102A_L-4
PEE-102A_L-4
 
PEE-102A_L-2
PEE-102A_L-2PEE-102A_L-2
PEE-102A_L-2
 
PEE-102A_L-3
PEE-102A_L-3PEE-102A_L-3
PEE-102A_L-3
 
PEE-102A_L-1
PEE-102A_L-1PEE-102A_L-1
PEE-102A_L-1
 
BIE-601_Unit-4_Lec-4 & 5
BIE-601_Unit-4_Lec-4 & 5BIE-601_Unit-4_Lec-4 & 5
BIE-601_Unit-4_Lec-4 & 5
 
BIE-601_Unit-5_Lec-3
BIE-601_Unit-5_Lec-3BIE-601_Unit-5_Lec-3
BIE-601_Unit-5_Lec-3
 
BIE-601_Unit-5_Lec-2
BIE-601_Unit-5_Lec-2BIE-601_Unit-5_Lec-2
BIE-601_Unit-5_Lec-2
 
BIE-601_Unit-5_Lec-1
BIE-601_Unit-5_Lec-1BIE-601_Unit-5_Lec-1
BIE-601_Unit-5_Lec-1
 
BIE-601_Unit-4_Lec-3
BIE-601_Unit-4_Lec-3BIE-601_Unit-4_Lec-3
BIE-601_Unit-4_Lec-3
 
BIE-601_Unit-4_Lec-2
BIE-601_Unit-4_Lec-2BIE-601_Unit-4_Lec-2
BIE-601_Unit-4_Lec-2
 
BIE-601_Unit-4_Lec-1
BIE-601_Unit-4_Lec-1BIE-601_Unit-4_Lec-1
BIE-601_Unit-4_Lec-1
 
BIE-601_Unit-3_Part-2
BIE-601_Unit-3_Part-2BIE-601_Unit-3_Part-2
BIE-601_Unit-3_Part-2
 

Recently uploaded

data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 

Recently uploaded (20)

data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 

Krylov Subspace Methods in Model Order Reduction