Re: [eigen] Numerical Integration module |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Numerical Integration module
- From: Jitse Niesen <jitseniesen@xxxxxxxxx>
- Date: Wed, 6 Aug 2014 08:34:18 +0100 (BST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=gcom1024; t=1407310440; bh=yt+QE5sUQ+TgnU1tD0Auqp52d7yooicOsORX9SWQf4s=; h=Received:Received:Received:DKIM-Signature:X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Date:From:X-X-Sender:To:Subject:In-Reply-To:Message-ID:References:User-Agent:MIME-Version:Content-Type; b=AcuoWbctJhf/Ax7wsdKjmPuMATRHUZ7qNSwUQtcAGRJ4l7P8cudrzUZtvqiafbx9mjulN8WqsuaDBdhV0hzXmbWRUIj9sODCIESaXLJlIuttJrEwWrrA40ByPeVz4oQlmFd9Hdfn/IUWJjD194MyKrrdK9v8Zgefv2+rzXhrV4c=
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1407310440; bh=yt+QE5sUQ+TgnU1tD0Auqp52d7yooicOsORX9SWQf4s=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Date:From:X-X-Sender:To:Subject:In-Reply-To:Message-ID:References:User-Agent:MIME-Version:Content-Type; b=4U010PGu1bfbyWdHsTz5FBZ8ljMkunPU1Rpn6NdWeSbspMSV0d2jn3QYQehyvN7YV4375HDhbHkhZVcDmpMQvHd/o/vetXd7ZP3Tt5CB65wfKtwF0MLgB3oCbe/NgkYUxkiafnAlFFBPVt/xX8TUn7gG5hHN1cbJlw0J2k+CSqU=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=gcom1024; d=yahoo.com; b=k6tINu2wXuwvbFurXl9xtmwJWHOwQNOsI28F8XFas81cjhnbbqreflhqMPKFv4j/OgIm5/yPY7XN34kl4/o0fYv4GB4i9H82UTnJ4h7e5s+QJ3mZNhXAv3ZJUAiPiZPb623oR7oo6Zb52uHZcGN4sWI0Z//hrgZiH/zYv9pZ2kY=;
On Tue, 5 Aug 2014, Jeff J wrote:
Thanks Sree! We can fork Eigen when we're ready to start combining our work.
I'm not sure how to go about submitting a new unsupported module. I guess
just follow the existing format and submit a pull request?
Yes, a pull request would probably be best.
I think you do not need to wait until the module has all the bells and
whistles before you submit a pull request. I'd argue that it is better to
work incrementally: implement a simple case (e.g. no custom scalars, fixed
order, fixed and hard-coded abscissae), include some documentation and
test cases, and submit a pull request for that. That should hopefully give
you some feedback; at least with a pull request you can prod me and the
other core developers to do something. Then you can extend to include all
the nice functionality. All IMHO of course.
Jitse