#10536: Add vector conjugation
------------------------------+---------------------------------------------
   Reporter:  rbeezer         |       Owner:  jason, was     
       Type:  enhancement     |      Status:  positive_review
   Priority:  major           |   Milestone:  sage-4.7       
  Component:  linear algebra  |    Keywords:                 
     Author:  Rob Beezer      |    Upstream:  N/A            
   Reviewer:                  |      Merged:                 
Work_issues:                  |  
------------------------------+---------------------------------------------
Changes (by flawrence):

  * status:  needs_review => positive_review


Old description:

> As for matrices, this method conjugates every element of a vector, by
> appealing to the `conjugate()` method of the base ring.  This is a
> prelude to a proper inner product for vectors over the complex numbers.
>
> For the record, making a list of new entries and creating a new vector,
> is much faster than making a copy and changing it in-place.

New description:

 As for matrices, this method conjugates every element of a vector, by
 appealing to the `conjugate()` method of the base ring.  This is a prelude
 to a proper inner product for vectors over the complex numbers.

 For the record, making a list of new entries and creating a new vector, is
 much faster than making a copy and changing it in-place.

 To the release manager: apply `trac_10536-vector-conjugation-v3.patch`
 only.

--

Comment:

 It makes sense, works, passes doctests, and is well documented.  Positive
 review.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10536#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to