I am new to netezza parallel programming. Can some one throw light about how to carry out, say a matrix addition in parallel using netezza ?
C(m,n) = A(m,n) + B(m,n)
Thanks much in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you can write the code in C++ you can just stuff it into a User Defined Function for Netezza.
See here for example udf in C++.
Your system should come with proper documentation for deeper reference of UDF and custom code for implementation.