On Fri, Jul 8, 2016 at 10:18 AM, David Knezevic
wrote:
>
> On Fri, Jul 8, 2016 at 12:10 PM, John Peterson
> wrote:
>
>>
>>
>> On Fri, Jul 8, 2016 at 9:28 AM, David Knezevic <
>> david.kneze...@akselos.com> wrote:
>>
>>> _svd_helper (and a few other functions) in dense_matrix_blas_lapack.C
>>> ar
On Fri, Jul 8, 2016 at 12:10 PM, John Peterson wrote:
>
>
> On Fri, Jul 8, 2016 at 9:28 AM, David Knezevic > wrote:
>
>> _svd_helper (and a few other functions) in dense_matrix_blas_lapack.C are
>> only available with LIBMESH_USE_REAL_NUMBERS. I'd like to use the SVD in
>> the complex-valued cas
On Fri, Jul 8, 2016 at 9:28 AM, David Knezevic
wrote:
> _svd_helper (and a few other functions) in dense_matrix_blas_lapack.C are
> only available with LIBMESH_USE_REAL_NUMBERS. I'd like to use the SVD in
> the complex-valued case.
>
> Any idea if there is a good reason for restricting to the rea
_svd_helper (and a few other functions) in dense_matrix_blas_lapack.C are
only available with LIBMESH_USE_REAL_NUMBERS. I'd like to use the SVD in
the complex-valued case.
Any idea if there is a good reason for restricting to the real case, or was
it just that no one has needed the complex-valued