amitsingh19975

Results 16 comments of amitsingh19975

> Can I try to solve this issue? Also guide me once through the issue that we need to replace std::size_t to the template type provided by the user in...

> Can I take up this issue if no one is working upon it. Kindly assign it to me I'm waiting for others' views on this. Therefore, wait for a...

I think you misconstrued the issue. The arity of the function is already checked using static assert and on top of that, you added the same check during runtime. The...

I loved the documentation, but there are some minor things that make it harder to read and reason about. 1. Except for `Tensor`, every class' constructor, assignment, modifying functions, etc.,...

If I'm correct, it won't be a problem if we follow the rule of six. This warning arises when you give the copy assignment constructor without providing the default copy...

> Yes, you are right. This PR adds the missing functions for C++11 Ok.

It's up to others. I cannot do anything. I would recommend contacting @bassoy via email or someone who has much more power than me.

You just added the file `special_functions.adoc`, but there is no link to the file. Please, add the link in the index to access it. Otherwise, users will not know about...

> Hello, So for the first requirement i need to add the link of the files where all the special functions are used right? Read the existing document to see...