MatView_SeqDense_ASCII() put space before i in complex MATLAB outputHg-commit: 131f4067a0d556f9a4bccd0efad0799382e74667
Remove MatSetUpPreallocation() and MatPreallocated(). MatSetUp() required if not preallocated. Unify error reporting.Hg-commit: 9dd5fa086e48409435f8bacb456e7397da336895
added MatConvert_SeqDense_SeqAIJ() and test exampleHg-commit: 4f75dcc8d909899f5fdcef00411dfc3ea3092e65
Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
merge from 3.2Hg-commit: c2fe40bf559c6b153045c26f7547961c9636f508
bugfix for MatMatSolve_SeqDense() as reported by [petsc-users] Only one column is in the matrix after solving the inverse matrixHg-commit: 91aaa09421d22096794d1d872a20fe420db20a90
Fixed problem in MATMPIDENSE, and compiler warningHg-commit: 7ed35655096e57e718f1421ddc42c8ddc5ede883
set C->ops->matmult in symbolic MatMatMult to skip dispatch in the case of MAT_REUSE_MATRIXHg-commit: dde2f4286cc0274d1a97fbab8c2e7bd50c541a10
Backward compatible MatMatMult dispatch.Using existing PetscVoidFunction type instead of the duplicative PetscOpF.Hg-commit: 3487d59502777776d8c70bef0fc56121eeb361ac
Adding multiple dispatch op registration/query to Mat. Untested.Hg-commit: 38e0676c6c02b6cbb7e5c9245ecd48f3de129858
rename MatMatTransposeMult -> MatTransposeMatMultHg-commit: 648f0d8ea3906e864ed4d348657217958e0988fb
merge from release-3.2Hg-commit: 68f107f8b136c3456f44509dc7382081f204a942
rename MatMatTransposeMult() for A^T * B; MatMatMultTranspose() for A * B^T (not implemented yet)Hg-commit: a142087cf282822ab67182371e8b850cbc565e08
Ignore options MAT_KEEP_NONZERO_PATTERN for seq/mpi dense matrix typesHg-commit: 0c3cde1dae55bfd71e21d7b82a9df425c892cfb7
Missing ISDestroy() in MatGetSubMatrix_MPIDense()Hg-commit: 73742673016b851c36e1b991c42f9f3d2d2b1bdd
fixed for !diag for complex numbersHg-commit: 7abcced43e69f5fb7e57fc1e21265ca7dbe231f6
fixed for !diag for complex numbersHg-commit: 1fc5cbc67edef2a0d68da8af9df8af02b13058d5
bug fixes for MatZeroRows for MPIDENSEHg-commit: 4a53093a11a7d7a029efc6a3d86d220fe846a999
backout e9cd14f3c0d4 as it breaks --download-plapackHg-commit: 2467e89ca05937afe2c987d909cbd312c9235a21
[petsc-maint #88695] PETSc 3.2.0-p2 bug report - Fixed PLAPACK function nameHg-commit: e9cd14f3c0d4d7243825501ded8357b94a43ff3f
fixed bad mergeHg-commit: d81cbcaf7d9958449fb47f9094433f68325f8ffd
changed sqrt() to PetscSqrtReal() to work properly with __float128changed some %G to use %14.12e and (double) to work with __float128Hg-commit: a8faa4e64896cf76f3f64094484ef5e06761417b
ISRestoreIndices() was called on the wrong IS.Hg-commit: 6c19e9e5c5c2222c2e38a1da0aeeb4a6df8094ab
updated to support MatView and MatLoad for MPIDense for the native format for any size matrices no matter how large. It now uses the MPILong_Send/Recv functions.Hg-commit: bf26a3ca0c75062d88061ec3b
updated to support MatView and MatLoad for MPIDense for the native format for any size matrices no matter how large. It now uses the MPILong_Send/Recv functions.Hg-commit: bf26a3ca0c75062d88061ec3b51b3f09a7c45e34
show more ...
1...<<21222324252627282930>>...54