Thanks for the explanation Praveen. On Fri, Nov 8, 2019 at 2:27 PM Praveen C <[email protected]> wrote:
> Here is an example of vmult > > int n = 10; > FullMatrix<double> A(n,n); > // Fill A > Vector<double> v(n), w(n); > // Fill v > A.vmult(w, v); > > This implements > > w = A*v > > Best > praveen > > On 08-Nov-2019, at 11:48 AM, Muhammad Adil <[email protected]> wrote: > > Hi Everyone, > If someone used the function of vmult, will you please tell me what is A > in this function as explained in the documentation? > If(not adding) > { > W = A*v > } > A = ? > > Thank > Muhammad Adil > > > -- > The deal.II project is located at http://www.dealii.org/ > For mailing list/forum options, see > https://groups.google.com/d/forum/dealii?hl=en > --- > You received this message because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/2720B8E8-E6D8-4734-BBEC-F28C8F310357%40gmail.com > <https://groups.google.com/d/msgid/dealii/2720B8E8-E6D8-4734-BBEC-F28C8F310357%40gmail.com?utm_medium=email&utm_source=footer> > . > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/CA%2BVVa-Qov09G6dW8eu9%2BiX-qN23wJLFS23sPVeLqMtt3hc8m7w%40mail.gmail.com.
