History log of /petsc/src/mat/impls/aij/seq/matmatmult.c (Results 401 – 425 of 699)
Revision Date Author Comments
# 6f0d185e 19-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bbd38bf296851975f262b25ab704d80bb1e75bf6


# d73949e8 19-Dec-2012 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for reuse matrix product C=A*B, in which A and B are not same type.

Hg-commit: c22f179a03e8c061ef7ca6a99cc94af3e4efb1d2


# 29aa02fc 11-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e


# 289dcd94 10-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 76831309032f5585424cb3e5e4c7f8f754699d5d


# e135601c 10-Dec-2012 Hong Zhang <hzhang@mcs.anl.gov>

rm my local temp work that was accidentally pushed to petsc-dev while I was in sleeping mode :-(

Hg-commit: 8a26212be9cc66c7e51ce8f4615a9c320d8f2d11


# 3df7fa60 07-Dec-2012 Hong Zhang <hzhang@mcs.anl.gov>

rm unused variables

Hg-commit: 01c3be9a4ea1756e691326c118830422037e1856


# b114b292 12-Nov-2012 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: b16ce9111a8ac3a04fb23d3ec47c08f81cfda49e


# 45ab804c 12-Nov-2012 Hong Zhang <hzhang@mcs.anl.gov>

trivial cleanup

Hg-commit: 16c76d6c1819d71d08af815c8a70d3465241295e


# 31134e8c 03-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d0f613618ca66a5aeb1aac97d210d2cc29755d3d


# 7bab7c10 02-Nov-2012 Hong Zhang <hzhang@mcs.anl.gov>

add MatMatMatMult(); no implementation yet

Hg-commit: f79b2acad4f88768ca45fc7bb750fe2d175757a1


# c3df09d6 21-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ed1a46afbb3ca05b94b623600c6c387ba23868ed


# 1a83f524 21-Oct-2012 Jed Brown <jed@59A2.org>

Const-correctness for MatGetRowIJ()/MatGetColumnIJ()

The arrays have always been read-only according to the
documentation. This patch should cause no behavioral change.

This const-correctness casca

Const-correctness for MatGetRowIJ()/MatGetColumnIJ()

The arrays have always been read-only according to the
documentation. This patch should cause no behavioral change.

This const-correctness cascaded into the private ordering and coloring
routines.

Hg-commit: 7efa5f739222584a785675705479b4e17c346e6e

show more ...


# a3fe58ed 05-Oct-2012 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatTransColoringApplyDenToSp_SeqAIJ()

Hg-commit: c20d937c6295cbf6fc267c4134e34e065c8f62f2


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 8c778c55 19-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

removed PLAPACK interface
Removed generic MatGetArray/MatRestoreArray()

Hg-commit: 43ffc442c8fd7c7b840af42cbd49288755158b7c


# 73a71a0f 14-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

added MatSeqDenseGetArray() and MatSetRandom()
switched MatGetArray() for SeqDense to use MatSeqDenseGetArray()

Hg-commit: d91242180205aedab6a564c6081a3c979cd67075


# f2691f8d 19-Jul-2012 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatTransposeColoringCreate_SeqAIJ() as reported by [petsc-users] MatRARt

Hg-commit: 5559d72dc28a2ff7cfd2d6d094d62a33b06918ef


# c02ea995 19-Jul-2012 Hong Zhang <hzhang@mcs.anl.gov>

merge from 3.3

Hg-commit: f1a35fbfdd53c4748d0eb4f835894e7b46682288


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 8382e67f 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 89d95c1a 09-Jun-2012 Jed Brown <jed@59A2.org>

The heap and btheap versions of MatMatMultSymbolic_SeqAIJ_SeqAIJ can sum into a dense array

Hg-commit: 4ab803940a7fc63cb246c63a553baf0073e1c7cb


# 8a07c6f1 09-Jun-2012 Jed Brown <jed@59A2.org>

Add MatMatMultSymbolic_SeqAIJ_SeqAIJ_BTHeap, competitive with alternatives

Hg-commit: 27307154f71ea5ce9f622656a9aa768fc993becf


1...<<11121314151617181920>>...28