On 19/06/16 18:53, John Peterson wrote:
>
>> On Jun 19, 2016, at 3:50 AM, Torquil Macdonald Sørensen
>> wrote:
>>
>> Hi!
>>
>> I have solved a PDE generalized eigenproblem (A*v = lambda*B*v) in
>> libmesh, but I would like to do some linear algebra computations that
>> involves the A and B matric
> On Jun 19, 2016, at 3:50 AM, Torquil Macdonald Sørensen
> wrote:
>
> Hi!
>
> I have solved a PDE generalized eigenproblem (A*v = lambda*B*v) in
> libmesh, but I would like to do some linear algebra computations that
> involves the A and B matrices, some of the eigenvectors v, as well as
> A
Hi!
I have solved a PDE generalized eigenproblem (A*v = lambda*B*v) in
libmesh, but I would like to do some linear algebra computations that
involves the A and B matrices, some of the eigenvectors v, as well as
A2/B2-matrices that arise from a different type of discretization of the
same PDE.
I g